Changeset 6982 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/27 18:57:11 (20 years ago)
- Location:
- temp/trunk/html/admin/system
- Files:
-
- 2 edited
-
module.php (modified) (1 diff)
-
update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6981 r6982 139 139 140 140 if(ereg("^#", $arrCSV[0])) { 141 break;141 continue; 142 142 } 143 143 -
temp/trunk/html/admin/system/update.php
r6981 r6982 140 140 141 141 if(ereg("^#", $arrCSV[0])) { 142 break;142 continue; 143 143 } 144 144
Note: See TracChangeset
for help on using the changeset viewer.
