Changeset 3360 for temp/trunk
- Timestamp:
- 2006/08/30 23:50:50 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (2 diffs)
-
html/admin/products/product.php (modified) (1 diff)
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 -
temp/trunk/html/admin/products/product.php
r2706 r3360 232 232 233 233 // ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ 234 list($objPage->arrCatVal, $objPage->arrCatOut) = sfGetLevelCatList( );234 list($objPage->arrCatVal, $objPage->arrCatOut) = sfGetLevelCatList(false); 235 235 236 236 if($objPage->arrForm['status'] == "") {
Note: See TracChangeset
for help on using the changeset viewer.
