Changeset 6747 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/25 20:54:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6745 r6747 58 58 for($i = 0; $i < $max; $i++) { 59 59 // ³ÈÄ¥¥Õ¥¡¥¤¥ë¤Î¥Ð¡¼¥¸¥ç¥ó³Îǧ 60 $path = MODULE_PATH . $arrUpdate[$i][' main_php'];60 $path = MODULE_PATH . $arrUpdate[$i]['extern_php']; 61 61 $arrUpdate[$i]['file_version'] = sfGetFileVersion($path); 62 62 } … … 232 232 233 233 if($flg_ok) { 234 $sqlval['now_version'] = $arrRet[0]['latest_version']; 234 235 $path = MODULE_PATH . $arrUpdate[0]['extern_php']; 236 $sqlval['now_version'] = sfGetFileVersion($path); 235 237 $sqlval['update_date'] = "now()"; 236 238 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id']));
Note: See TracChangeset
for help on using the changeset viewer.
