Changeset 6745
- Timestamp:
- 2006/10/25 20:44:12 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 5 edited
-
data/Smarty/templates/admin/system/module.tpl (modified) (previous)
-
data/conf/conf.php (modified) (1 diff)
-
data/downloads/module/ebis_tag.php (modified) (1 diff)
-
html/admin/system/module.php (modified) (2 diffs)
-
html/install/sql/add/dtb_module_mysql.sql (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6728 r6745 51 51 define("UPDATE_CSV_COL_MAX", 13); 52 52 // ¥â¥¸¥å¡¼¥ë´ÉÍýÍÑCSV¥«¥é¥à¿ô 53 define("MODULE_CSV_COL_MAX", 1 4);53 define("MODULE_CSV_COL_MAX", 16); 54 54 //-------------------------------------------------------------------------------------------------------- 55 55 -
temp/trunk/data/downloads/module/ebis_tag.php
r6744 r6745 7 7 * 8 8 */ 9 10 9 require_once("../../require.php"); 11 10 -
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.
