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

* empty log message *

File:
1 edited

Legend:

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

    r6611 r6613  
    77require_once("../require.php"); 
    88 
    9 sfPrintR($_GET); 
     9// ǧ¾Ú³Îǧ 
     10$objSess = new SC_Session(); 
     11sfIsSuccess($objSess); 
    1012 
     13if(is_numeric($_GET['module_id'])) { 
     14    $objQuery = new SC_Query(); 
     15    $arrRet = $objQuery->select("*", "dtb_module", "module_id = ?", array($_GET['module_id'])); 
     16} 
    1117 
    1218?> 
Note: See TracChangeset for help on using the changeset viewer.