Changeset 21481 for branches/version-2_12-dev/html/admin
- Timestamp:
- 2012/02/11 05:48:00 (14 years ago)
- Location:
- branches/version-2_12-dev/html/admin
- Files:
-
- 2 edited
-
customer/search_customer.php (modified) (1 diff)
-
load_module_config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/admin/customer/search_customer.php
r21420 r21481 30 30 31 31 $objPage = new LC_Page_Admin_Customer_SearchCustomer_Ex(); 32 register_shutdown_function(array($objPage, "destroy"));32 register_shutdown_function(array($objPage, 'destroy')); 33 33 $objPage->init(); 34 34 $objPage->process(); -
branches/version-2_12-dev/html/admin/load_module_config.php
r21441 r21481 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.
