- Timestamp:
- 2006/10/25 20:59:22 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/system/module.tpl (modified) (previous)
-
html/admin/system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6749 r6751 54 54 $objQuery->setorder("module_id"); 55 55 $arrUpdate = $objQuery->select("*", "dtb_module"); 56 57 $max = count($arrUpdate);58 for($i = 0; $i < $max; $i++) {59 // ³ÈÄ¥¥Õ¥¡¥¤¥ë¤Î¥Ð¡¼¥¸¥ç¥ó³Îǧ60 $path = MODULE_PATH . $arrUpdate[$i]['extern_php'];61 $arrUpdate[$i]['file_version'] = sfGetFileVersion($path);62 }63 56 64 57 $objPage->arrUpdate = $arrUpdate;
Note: See TracChangeset
for help on using the changeset viewer.
