searchbox model

This commit is contained in:
xiaomlove
2021-05-20 17:14:38 +08:00
parent 13097fa711
commit 51b3582090
5 changed files with 37 additions and 7 deletions
+2 -2
View File
@@ -386,7 +386,7 @@ if ($action == 'view')
print_type_list($type);
?>
<div style="margin-top: 8px">
<?php
<?php
if (in_array($type, $validsubcattype)){
print_sub_category_list($type);
}
@@ -694,7 +694,7 @@ elseif($action == 'submit')
$showstandard = intval($_POST['showstandard'] ?? 0);
$showprocessing = intval($_POST['showprocessing'] ?? 0);
$showteam = intval($_POST['showteam'] ?? 0);
$showaudiocodec = $_POST['showaudiocodec'];
$showaudiocodec = intval($_POST['showaudiocodec'] ?? 0);
$updateset[] = "catsperrow=".sqlesc($catsperrow);
$updateset[] = "catpadding=".sqlesc($catpadding);
$updateset[] = "name=".sqlesc($name);