mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
parent
6eed2e8a76
commit
6abd9babc9
53 changed files with 197 additions and 197 deletions
|
@ -128,7 +128,7 @@ if ($mode == 'set_topics_dl_status') {
|
|||
}
|
||||
|
||||
// Get existing topics
|
||||
if ($req_topics_sql = join(',', $req_topics_ary)) {
|
||||
if ($req_topics_sql = implode(',', $req_topics_ary)) {
|
||||
$sql = "SELECT topic_id FROM " . BB_TOPICS . " WHERE topic_id IN($req_topics_sql)";
|
||||
|
||||
foreach (DB()->fetch_rowset($sql) as $row) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue