Changeset 2475
- Timestamp:
- 2006/08/28 20:04:50 (20 years ago)
- Location:
- temp/trunk/data/module
- Files:
-
- 2 edited
-
DB.php (modified) (1 diff)
-
DB/pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB.php
r2338 r2475 34 34 define("DB_PHP_DIR", $DB_PHP_DIR); 35 35 } 36 36 37 // {{{ constants 37 38 // {{{ error codes -
temp/trunk/data/module/DB/pgsql.php
r2331 r2475 29 29 * Obtain the DB_common class so it can be extended from 30 30 */ 31 require_once 'DB/common.php';31 require_once DB_PHP_DIR . '/DB/common.php'; 32 32 33 33 /**
Note: See TracChangeset
for help on using the changeset viewer.
