Changeset 3375 for temp/trunk/data/lib
- Timestamp:
- 2006/08/31 00:14:33 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r3371 r3375 746 746 747 747 // ¥«¥Æ¥´¥ê¥Ä¥ê¡¼¤Î¼èÆÀ($products_check:true¾¦ÉÊÅÐÏ¿ºÑ¤ß¤Î¤â¤Î¤À¤±¼èÆÀ) 748 function sfGetCategoryList($addwhere = "", $products_check = false ) {748 function sfGetCategoryList($addwhere = "", $products_check = false, $head = CATEGORY_HEAD) { 749 749 $objQuery = new SC_Query(); 750 750 $where = "delete = 0"; … … 778 778 */ 779 779 for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) { 780 $arrList[$id].= CATEGORY_HEAD;780 $arrList[$id].= $head; 781 781 } 782 782 $arrList[$id].= $name;
Note: See TracChangeset
for help on using the changeset viewer.
