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

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

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Status.php

    r21420 r21441  
    8787        $this->arrPayment = $objDb->sfGetIDValueList("dtb_payment", "payment_id", "payment_method"); 
    8888 
    89         switch ($this->getMode()){ 
     89        switch ($this->getMode()) { 
    9090            case 'update': 
    9191                switch ($objFormParam->getValue('change_status')) { 
     
    144144        $arrRet = $objFormParam->getHashArray(); 
    145145        $arrErr = $objFormParam->checkError(); 
    146         if(is_null($objFormParam->getValue('search_pageno'))){ 
     146        if (is_null($objFormParam->getValue('search_pageno'))) { 
    147147            $objFormParam->setValue('search_pageno', 1); 
    148148        } 
    149149 
    150         if($this->getMode() == 'change'){ 
    151             if(is_null($objFormParam->getValue('change_status'))){ 
     150        if ($this->getMode() == 'change') { 
     151            if (is_null($objFormParam->getValue('change_status'))) { 
    152152                $objFormParam->setValue('change_status',""); 
    153153            } 
Note: See TracChangeset for help on using the changeset viewer.