Changeset 15955 for branches/dev/data/module
- Timestamp:
- 2007/09/24 10:32:34 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/module/MDB2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/module/MDB2.php
r15954 r15955 929 929 if (!@ini_get('safe_mode')) { 930 930 $dirs = explode(PATH_SEPARATOR, ini_get('include_path')); 931 931 932 foreach ($dirs as $dir) { 932 933 if (is_readable($dir . DIRECTORY_SEPARATOR . $file)) { … … 935 936 } 936 937 } else { 937 sfprintr($file);938 938 $fp = @fopen($file, 'r', true); 939 939 if (is_resource($fp)) {
Note: See TracChangeset
for help on using the changeset viewer.
