torrent add&update ignore tags and install&update add timezone

This commit is contained in:
xiaomlove
2022-03-09 21:42:37 +08:00
parent 90aacaa69a
commit 0683c2ae4e
5 changed files with 44 additions and 13 deletions

View File

@@ -55,7 +55,6 @@ if (!empty($_POST['pt_gen'])) {
$updateset[] = "pt_gen = ''";
}
$updateset[] = "tags = " . array_sum($_POST['tags'] ?? []);
$updateset[] = "technical_info = " . sqlesc($_POST['technical_info'] ?? '');
/**