Ignore:
Timestamp:
2011/03/09 14:31:45 (13 years ago)
Author:
Seasoft
Message:

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

  • TAB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_PaymentInput.php

    r20543 r20562  
    209209        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    210210        $sqlval = $objFormParam->getHashArray(); 
    211         $arrRet = $this->objUpFile->getDBFileList();    // ファイル名の取得 
     211        $arrRet = $this->objUpFile->getDBFileList(); // ファイル名の取得 
    212212        $sqlval = array_merge($sqlval, $arrRet); 
    213213        $sqlval['update_date'] = 'Now()'; 
    214214 
    215215        if($sqlval['fix'] != '1') { 
    216             $sqlval['fix'] = 2; // 自由設定 
     216            $sqlval['fix'] = 2; // 自由設定 
    217217        } 
    218218 
Note: See TracChangeset for help on using the changeset viewer.