Ignore:
Timestamp:
2014/05/21 12:33:38 (10 years ago)
Author:
pineray
Message:

#2554 カテゴリーの表示順を上下させる処理を SC_Helper_Category へ移動

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/util/SC_Utils.php

    r23415 r23436  
    549549 
    550550    // 配列の値をカンマ区切りで返す。 
    551     public function sfGetCommaList($array, $space=true, $arrPop = array()) 
     551    public static function sfGetCommaList($array, $space=true, $arrPop = array()) 
    552552    { 
    553553        if (count($array) > 0) { 
Note: See TracChangeset for help on using the changeset viewer.