Changeset 7450


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon.php

    r7449 r7450  
    6565    $objQuery->query("UPDATE dtb_module SET uninstall_sql = 'DELETE FROM dtb_payment WHERE memo01 = " . MDL_EPSILON_ID . "' WHERE module_id = ? ", array(MDL_EPSILON_ID)); 
    6666} 
    67  
    68 a 
    6967 
    7068switch($_POST['mode']) { 
  • 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.