Changeset 7450 for temp/trunk/html
- Timestamp:
- 2006/11/06 13:33:29 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/module.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r7449 r7450 186 186 $arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, latest_version", "dtb_module", "module_id = ?", array($_POST['module_id'])); 187 187 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 188 188 /* 189 189 if(count($arrRet) > 0) { 190 190 $arrFiles = array(); … … 204 204 $flg_ok = false; 205 205 } 206 206 */ 207 $objQuery->getlastquery(); 207 208 // ɬÍפÊSQLʸ¤Î¼Â¹Ô 208 209 if($arrRet[0]['install_sql'] != "") { … … 224 225 } 225 226 } 226 227 /* 227 228 if($flg_ok) { 228 229 $path = MODULE_PATH . $arrRet[0]['extern_php']; … … 231 232 $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 232 233 } 234 */ 233 235 } 234 236
Note: See TracChangeset
for help on using the changeset viewer.
