Changeset 3204 for branches/2.0/include
- Timestamp:
- Mar 16, 2009, 6:04:13 PM (16 years ago)
- Location:
- branches/2.0/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/include/common.inc.php
r3196 r3204 102 102 include(PHPWG_ROOT_PATH . 'include/constants.php'); 103 103 include(PHPWG_ROOT_PATH . 'include/functions.inc.php'); 104 include( PHPWG_ROOT_PATH .'include/template.class.php'); 104 105 105 106 // Database connection -
branches/2.0/include/functions.inc.php
r3147 r3204 31 31 include_once( PHPWG_ROOT_PATH .'include/functions_url.inc.php' ); 32 32 include_once( PHPWG_ROOT_PATH .'include/functions_plugins.inc.php' ); 33 include_once( PHPWG_ROOT_PATH .'include/template.class.php');34 33 35 34 //----------------------------------------------------------- generic functions
Note: See TracChangeset
for help on using the changeset viewer.