Changeset 15960
- Timestamp:
- 2007/09/24 10:37:39 (16 years ago)
- Location:
- branches/dev/data/module
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/MDB2.php
r15959 r15960 945 945 return false; 946 946 */ 947 $fp = @fopen( DATA_PATH . "module/" .$file, 'r', true);947 $fp = @fopen($file, 'r', true); 948 948 if (is_resource($fp)) { 949 949 @fclose($fp); -
branches/dev/data/module/MDB2/Driver/Datatype/pgsql.php
r15935 r15960 45 45 // $Id: pgsql.php,v 1.84 2007/03/28 16:58:54 quipo Exp $ 46 46 47 require_once 'MDB2/Driver/Datatype/Common.php';47 require_once DATA_PATH . 'module/MDB2/Driver/Datatype/Common.php'; 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.