Ignore:
Timestamp:
2006/10/25 11:35:10 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6619 r6622  
    1313if(is_numeric($_GET['module_id'])) { 
    1414    $objQuery = new SC_Query(); 
    15     $arrRet = $objQuery->select("*", "dtb_module", "module_id = ?", array($_GET['module_id'])); 
     15    $arrRet = $objQuery->select("main_php", "dtb_module", "module_id = ?", array($_GET['module_id'])); 
    1616    $path = MODULE_PATH . $arrRet[0]['main_php']; 
    1717    if(file_exists($path)) { 
     
    1919        exit; 
    2020    } else { 
    21         print("¥â¥¸¥å¡¼¥ë¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£"); 
     21        print("¥â¥¸¥å¡¼¥ë¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:".$path); 
    2222    }    
    2323} 
Note: See TracChangeset for help on using the changeset viewer.