Changeset 15931
- Timestamp:
- 2007/09/24 09:06:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/MDB2.php
r15918 r15931 53 53 */ 54 54 55 require_once 'PEAR.php'; 55 if(!defined('MDB2_PHP_DIR')) { 56 $MDB2_PHP_DIR = realpath(dirname( __FILE__)); 57 define("MDB2_PHP_DIR", $MDB2_PHP_DIR); 58 } 59 60 require_once MDB2_PHP_DIR . '/PEAR.php'; 56 61 57 62 // {{{ Error constants
Note: See TracChangeset
for help on using the changeset viewer.