- Timestamp:
- Nov 20, 2009, 3:55:32 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/dblayer/functions_mysql.inc.php
r4325 r4326 376 376 $query .= ')'; 377 377 } 378 Log::getInstance()->debug($query);379 378 pwg_query($query); 380 379 } -
trunk/install.php
r4325 r4326 183 183 include(PHPWG_ROOT_PATH . 'include/config_default.inc.php'); 184 184 @include(PHPWG_ROOT_PATH. 'include/config_local.inc.php'); 185 include(PHPWG_ROOT_PATH . 'include/dblayer/functions_mysql.inc.php'); 185 186 include(PHPWG_ROOT_PATH . 'include/constants.php'); 186 187 include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
Note: See TracChangeset
for help on using the changeset viewer.