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/SC_Fpdf.php

    r21420 r21441  
    120120        $this->lfText(125, 80, $text, 8);  //TEL・FAX 
    121121 
    122         if ( strlen($arrInfo['law_email']) > 0 ) { 
     122        if (strlen($arrInfo['law_email']) > 0 ) { 
    123123            $text = "Email: ".$arrInfo['law_email']; 
    124124            $this->lfText(125, 83, $text, 8);      //Email 
     
    299299    // 受注データの取得 
    300300    function lfGetOrderData($order_id) { 
    301         if(SC_Utils_Ex::sfIsInt($order_id)) { 
     301        if (SC_Utils_Ex::sfIsInt($order_id)) { 
    302302            // DBから受注情報を読み込む 
    303303            $objQuery = new SC_Query_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.