mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
improve searchbox extra
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user