Changeset 8247 for temp/trunk/html/admin/system
- Timestamp:
- 2006/11/13 10:23:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r8246 r8247 141 141 while (!feof($fp)) { 142 142 $arrCSV = fgetcsv($fp, UPDATE_CSV_LINE_MAX); 143 144 $arrCSV = ereg_replace('\"', '"', $arrCSV); 143 145 144 146 if(ereg("^#", $arrCSV[0])) {
Note: See TracChangeset
for help on using the changeset viewer.
