improve searchbox extra

This commit is contained in:
xiaomlove
2022-11-05 01:08:04 +08:00
parent 7b65d84752
commit 8dd2880e76
16 changed files with 96 additions and 71 deletions
+1
View File
@@ -679,6 +679,7 @@ elseif($action == 'add')
}
elseif($action == 'submit')
{
die("This method is deprecated! This method is no longer available in 1.8, it does not save data correctly, please go to the management system!");
$dbtablename=return_category_db_table_name($type);
if ($_POST['isedit']){
$id = intval($_POST['id'] ?? 0);