Changeset 6098
- Timestamp:
- 2006/10/12 15:57:07 (16 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r6004 r6098 8 8 $current_dir = realpath(dirname(__FILE__)); 9 9 require_once($current_dir . "/../module/DB.php"); 10 11 print("ok"); 10 12 11 13 $objDbConn = ""; -
temp/trunk/data/module/DB.php
r6097 r6098 34 34 } 35 35 36 print("ok"); 37 36 38 require_once DB_PHP_DIR . '/PEAR.php'; 39 40 print("ok"); 37 41 38 42 // {{{ constants -
temp/trunk/data/module/PEAR.php
r6097 r6098 110 110 * @access private 111 111 */ 112 var $_debug = true;112 var $_debug = false; 113 113 114 114 /**
Note: See TracChangeset
for help on using the changeset viewer.