Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 3359)
+++ temp/trunk/data/lib/slib.php	(revision 3360)
@@ -784,5 +784,5 @@
 
 // ¥«¥Æ¥´¥ê¥Ä¥ê¡¼¤Î¼èÆÀ¡Ê¿Æ¥«¥Æ¥´¥ê¤ÎValue:0)
-function sfGetLevelCatList() {
+function sfGetLevelCatList($parent_zero = false) {
 	$objQuery = new SC_Query();
 	$col = "category_id, category_name, level";
@@ -795,4 +795,6 @@
 		if($arrRet[$cnt]['level'] == LEVEL_MAX) {
 			$arrValue[$cnt] = $arrRet[$cnt]['category_id'];
+		} else {
+			$arrValue[$cnt] = ""; 
 		}
 		
