mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
6eed2e8a76
commit
6abd9babc9
53 changed files with 197 additions and 197 deletions
|
@ -113,9 +113,9 @@ foreach (DB()->fetch_rowset($sql) as $row) {
|
|||
$data['c'][$row['cat_id']]['forums'][] = $fid;
|
||||
}
|
||||
foreach ($data['not_auth_forums'] as $key => $val) {
|
||||
$data['not_auth_forums'][$key] = join(',', $val);
|
||||
$data['not_auth_forums'][$key] = implode(',', $val);
|
||||
}
|
||||
$data['tracker_forums'] = join(',', $data['tracker_forums']);
|
||||
$data['tracker_forums'] = implode(',', $data['tracker_forums']);
|
||||
|
||||
$this->store('cat_forums', $data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue