Changeset 6114 for temp/trunk/data/module/DB
- Timestamp:
- 2006/10/12 16:21:37 (20 years ago)
- Location:
- temp/trunk/data/module/DB
- Files:
-
- 2 edited
-
common.php (modified) (1 diff)
-
pgsql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/DB/common.php
r6113 r6114 28 28 * Obtain the PEAR class so it can be extended from 29 29 */ 30 require_once DB_PHP_DIR . ' PEAR.php';30 require_once DB_PHP_DIR . '/PEAR.php'; 31 31 32 32 /** -
temp/trunk/data/module/DB/pgsql.php
r6113 r6114 29 29 * Obtain the DB_common class so it can be extended from 30 30 */ 31 32 print("kita");33 31 34 32 require_once DB_PHP_DIR . '/DB/common.php';
Note: See TracChangeset
for help on using the changeset viewer.
