- Timestamp:
- 2014/06/02 11:53:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/html/admin/load_module_config.php
r22856 r23488 33 33 34 34 // 認証可否の判定 35 SC_Utils ::sfIsSuccess(new SC_Session());35 SC_Utils_Ex::sfIsSuccess(new SC_Session_Ex()); 36 36 37 37 $module_id = isset($_GET['module_id']) ? $_GET['module_id'] : null; 38 38 39 39 if (!empty($module_id) && is_numeric($module_id)) { 40 GC_Utils ::gfPrintLog('loading module ====> module_id = ' . $module_id);40 GC_Utils_Ex::gfPrintLog('loading module ====> module_id = ' . $module_id); 41 41 42 42 $objQuery =& SC_Query_Ex::getSingletonInstance();
Note: See TracChangeset
for help on using the changeset viewer.
