Changeset 5302 for temp/trunk/html/admin/system
- Timestamp:
- 2006/09/21 17:16:26 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/update.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/update.php
r5162 r5302 142 142 $sqlval['main_php'] = $arrCSV[5]; 143 143 $sqlval['extern_php'] = $arrCSV[6]; 144 $sqlval[' sql'] = $arrCSV[7];144 $sqlval['install_sql'] = $arrCSV[7]; 145 145 $sqlval['uninstall_sql'] = $arrCSV[8]; 146 146 $sqlval['other_files'] = $arrCSV[9]; … … 169 169 170 170 $objQuery = new SC_Query(); 171 $arrRet = $objQuery->select("module_id, extern_php, other_files, sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id']));171 $arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id'])); 172 172 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 173 173 … … 217 217 218 218 $objQuery = new SC_Query(); 219 $arrRet = $objQuery->select("module_id, extern_php, other_files, sql, uninstall_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id']));219 $arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, uninstall_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id'])); 220 220 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 221 221
Note: See TracChangeset
for help on using the changeset viewer.
