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

* empty log message *

File:
1 edited

Legend:

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

    r6424 r6443  
    176176     
    177177    $objQuery = new SC_Query(); 
    178     $arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, latest_version", "dtb_update", "module_id = ?", array($_POST['module_id'])); 
     178    $arrRet = $objQuery->select("module_id, main_php, 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.