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/products/LC_Page_Admin_Products.php

    r21441 r21442  
    239239    function lfGetIDName($arrCatKey, $arrCatVal) { 
    240240        $max = count($arrCatKey); 
    241         for ($cnt = 0; $cnt < $max; $cnt++ ) { 
     241        for ($cnt = 0; $cnt < $max; $cnt++) { 
    242242            $key = isset($arrCatKey[$cnt]) ? $arrCatKey[$cnt] : ""; 
    243243            $val = isset($arrCatVal[$cnt]) ? $arrCatVal[$cnt] : ""; 
Note: See TracChangeset for help on using the changeset viewer.