Ignore:
Timestamp:
2011/01/23 20:34:00 (13 years ago)
Author:
Seasoft
Message:

#626(表記の統一性の向上) 対応漏れ

  • EC-CUBE標準規約から外れる関数名を修正 (#700 でのマージ漏れか、コミュニティ版固有の関数があったと考えられる。)
File:
1 edited

Legend:

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

    r20017 r20032  
    133133 
    134134            // 件数カウントバッチ実行 
    135             $objDb->sfCategory_Count($objQuery); 
    136             $objDb->sfMaker_Count($objQuery); 
     135            $objDb->sfCountCategory($objQuery); 
     136            $objDb->sfCountMaker($objQuery); 
    137137        } 
    138138 
     
    256256 
    257257                        // 件数カウントバッチ実行 
    258                         $objDb->sfCategory_Count($objQuery); 
     258                        $objDb->sfCountCategory($objQuery); 
    259259 
    260260                        break; 
Note: See TracChangeset for help on using the changeset viewer.