Changeset 6731 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/25 19:48:03 (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
r6730 r6731 150 150 $version = $arrCSV[13]; 151 151 152 print(is_numeric(1)); 153 154 if(is_numeric(ECCUBE_VERSION) && is_numeric($version) && ECCUBE_VERSION >= $version) { 152 if(ereg("[0-9\.]+", ECCUBE_VERSION) && ereg("[0-9\.]+", $version) && ECCUBE_VERSION >= $version) { 155 153 // ¼èÆÀ¤·¤¿¥¢¥Ã¥×¥Ç¡¼¥È¾ðÊó¤òDB¤Ë½ñ¤¹þ¤à 156 154 $sqlval['module_id'] = $arrCSV[0];
Note: See TracChangeset
for help on using the changeset viewer.
