Changeset 3360 for temp/trunk/data/lib
- Timestamp:
- 2006/08/30 23:50:50 (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
r3359 r3360 784 784 785 785 // ¥«¥Æ¥´¥ê¥Ä¥ê¡¼¤Î¼èÆÀ¡Ê¿Æ¥«¥Æ¥´¥ê¤ÎValue:0) 786 function sfGetLevelCatList( ) {786 function sfGetLevelCatList($parent_zero = false) { 787 787 $objQuery = new SC_Query(); 788 788 $col = "category_id, category_name, level"; … … 795 795 if($arrRet[$cnt]['level'] == LEVEL_MAX) { 796 796 $arrValue[$cnt] = $arrRet[$cnt]['category_id']; 797 } else { 798 $arrValue[$cnt] = ""; 797 799 } 798 800
Note: See TracChangeset
for help on using the changeset viewer.
