Ignore:
Timestamp:
2012/02/11 05:48:00 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/admin/load_module_config.php

    r21441 r21481  
    4242 
    4343    $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)); 
    4545 
    4646    if (isset($arrRet[0]['module_code'])) { 
Note: See TracChangeset for help on using the changeset viewer.