fix: get_cat_folder()

This commit is contained in:
xiaomlove
2021-02-26 00:46:11 +08:00
parent 5e2989ef24
commit 4433374cc1
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ function return_category_db_table_name($type)
}
return $dbtablename;
}
function return_category_mode_selection($selname, $selectionid)
function return_category_mode_selection($selname, $selectedid)
{
$res = sql_query("SELECT * FROM searchbox ORDER BY id ASC");
$selection = "<select name=\"".$selname."\">";