Ignore:
Timestamp:
2012/02/06 11:27:03 (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/basis/LC_Page_Admin_Basis.php

    r21441 r21442  
    115115                $this->tpl_onload = "fnCheckLimit('downloadable_days', 'downloadable_days_unlimited', '" . DISABLED_RGB . "'); window.alert('SHOPマスターの登録が完了しました。');"; 
    116116            } 
    117             if (empty($this->arrForm['regular_holiday_ids']) ) { 
     117            if (empty($this->arrForm['regular_holiday_ids'])) { 
    118118                $this->arrSel = array(); 
    119119            } else { 
Note: See TracChangeset for help on using the changeset viewer.