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_Product.php

    r19951 r20032  
    198198 
    199199                // 件数カウントバッチ実行 
    200                 $objDb->sfCategory_Count($objQuery); 
    201                 $objDb->sfMaker_Count($objQuery); 
     200                $objDb->sfCountCategory($objQuery); 
     201                $objDb->sfCountMaker($objQuery); 
    202202                // 一時ファイルを本番ディレクトリに移動する 
    203203                // TODO: SC_UploadFile::moveTempFileの画像削除条件見直し要 
Note: See TracChangeset for help on using the changeset viewer.