Changeset 4788 for temp/trunk
- Timestamp:
- 2006/09/15 12:52:02 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/products/product_class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4787 r4788 1058 1058 $objQuery = new SC_Query(); 1059 1059 $arrList = $objQuery->getall($sql); 1060 1061 1062 $objQuery->getlastquery(); 1060 1063 // ¥¡¼¤ÈÃͤò¥»¥Ã¥È¤·¤¿ÇÛÎó¤ò¼èÆÀ 1061 1064 $arrRet = sfArrKeyValue($arrList, 'class_id', 'count'); -
temp/trunk/html/admin/products/product_class.php
r4787 r4788 155 155 $arrClassCatCount = sfGetClassCatCount(); 156 156 157 sfprintr($arrClassCatCount);158 157 foreach($arrClass as $key => $val) { 159 158 if($arrClassCatCount[$key] > 0) {
Note: See TracChangeset
for help on using the changeset viewer.
