Removed $printfunction variable, which seems completely unused anyway (and isn't

a parameter for the function anyway)
This commit is contained in:
thepurpleblob 2005-08-17 08:36:31 +00:00
parent 5d3715d492
commit 814f88c093

View File

@ -1253,7 +1253,7 @@ function print_whole_category_list($category=NULL, $displaylist=NULL, $parentsli
$down = $last ? false : true;
$first = false;
print_whole_category_list($cat, $displaylist, $parentslist, $depth + 1, $printfunction);
print_whole_category_list($cat, $displaylist, $parentslist, $depth + 1);
}
}
}