Changeset 15473 for branches


Ignore:
Timestamp:
2007/08/30 16:20:01 (17 years ago)
Author:
nanasess
Message:

クラス化に伴う修正.
svn:mime-type 変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/util/SC_Utils.php

    • Property svn:mime-type changed from application/x-httpd-php; charset=UTF-8 to text/x-httpd-php; charset=utf-8
    r15364 r15473  
    894894        $arrList = $objQuery->getall($sql); 
    895895        // キーと値をセットした配列を取得 
    896         $arrRet = sfArrKeyValue($arrList, 'class_id', 'count'); 
     896        $arrRet = SC_Utils::sfArrKeyValue($arrList, 'class_id', 'count'); 
    897897 
    898898        return $arrRet; 
Note: See TracChangeset for help on using the changeset viewer.