Changeset 6745 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/25 20:44:12 (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
r6733 r6745 52 52 } 53 53 54 $col = "module_id, main_php, module_name, now_version, latest_version, module_explain, create_date, release_date";55 54 $objQuery->setorder("module_id"); 56 $arrUpdate = $objQuery->select( $col, "dtb_module");55 $arrUpdate = $objQuery->select("*", "dtb_module"); 57 56 58 57 $max = count($arrUpdate); … … 163 162 $sqlval['update_date'] = "now()"; 164 163 $sqlval['release_date'] = $arrCSV[12]; 164 $sqlval['module_x'] = $arrCSV[14]; 165 $sqlval['module_y'] = $arrCSV[15]; 165 166 // ´û¸¥ì¥³¡¼¥É¤Î¥Á¥§¥Ã¥¯ 166 167 $cnt = $objQuery->count("dtb_module", "module_id = ?", array($sqlval['module_id']));
Note: See TracChangeset
for help on using the changeset viewer.
