Changeset 6444 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/10/17 22:10:49 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/module.php

    r6443 r6444  
    5353} 
    5454 
    55 $col = "module_id, module_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"; 
    5656$objQuery->setorder("module_id"); 
    5757$objPage->arrUpdate = $objQuery->select($col, "dtb_update"); 
     
    176176     
    177177    $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'])); 
    179179    $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 
    180180     
Note: See TracChangeset for help on using the changeset viewer.