- Timestamp:
- 2012/02/15 20:18:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/admin/load_module_config.php
r21514 r21515 42 42 43 43 $objQuery = new SC_Query(); 44 $arrRet = $objQuery->select('module_code', 'dtb_module', "module_id = ?", array($module_id));44 $arrRet = $objQuery->select('module_code', 'dtb_module', 'module_id = ?', array($module_id)); 45 45 46 46 if (isset($arrRet[0]['module_code'])) {
Note: See TracChangeset
for help on using the changeset viewer.
