Changeset 6613 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/25 11:04:13 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/load_module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/load_module.php
r6611 r6613 7 7 require_once("../require.php"); 8 8 9 sfPrintR($_GET); 9 // ǧ¾Ú³Îǧ 10 $objSess = new SC_Session(); 11 sfIsSuccess($objSess); 10 12 13 if(is_numeric($_GET['module_id'])) { 14 $objQuery = new SC_Query(); 15 $arrRet = $objQuery->select("*", "dtb_module", "module_id = ?", array($_GET['module_id'])); 16 } 11 17 12 18 ?>
Note: See TracChangeset
for help on using the changeset viewer.
