Changeset 6443
- Timestamp:
- 2006/10/17 22:09:26 (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
r6424 r6443 176 176 177 177 $objQuery = new SC_Query(); 178 $arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id']));178 $arrRet = $objQuery->select("module_id, main_php, extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id'])); 179 179 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 180 180
Note: See TracChangeset
for help on using the changeset viewer.
