Changeset 7450 for temp/trunk/html


Ignore:
Timestamp:
2006/11/06 13:33:29 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r7449 r7450  
    186186    $arrRet = $objQuery->select("module_id, extern_php, other_files, install_sql, latest_version", "dtb_module", "module_id = ?", array($_POST['module_id'])); 
    187187    $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 
    188      
     188    /* 
    189189    if(count($arrRet) > 0) { 
    190190        $arrFiles = array(); 
     
    204204        $flg_ok = false; 
    205205    } 
    206      
     206    */ 
     207    $objQuery->getlastquery(); 
    207208    // ɬÍפÊSQLʸ¤Î¼Â¹Ô 
    208209    if($arrRet[0]['install_sql'] != "") { 
     
    224225        } 
    225226    } 
    226      
     227    /* 
    227228    if($flg_ok) {        
    228229        $path = MODULE_PATH . $arrRet[0]['extern_php']; 
     
    231232        $objQuery->update("dtb_module", $sqlval, "module_id = ?", array($arrRet[0]['module_id'])); 
    232233    } 
     234    */ 
    233235} 
    234236 
Note: See TracChangeset for help on using the changeset viewer.