Changeset 6444 for temp/trunk/html/admin
- Timestamp:
- 2006/10/17 22:10:49 (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
r6443 r6444 53 53 } 54 54 55 $col = "module_id, m odule_name, now_version, latest_version, module_explain, create_date, release_date";55 $col = "module_id, main_php, module_name, now_version, latest_version, module_explain, create_date, release_date"; 56 56 $objQuery->setorder("module_id"); 57 57 $objPage->arrUpdate = $objQuery->select($col, "dtb_update"); … … 176 176 177 177 $objQuery = new SC_Query(); 178 $arrRet = $objQuery->select("module_id, main_php,extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id']));178 $arrRet = $objQuery->select("module_id, 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.
