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
|
@ -281,7 +281,7 @@ if (!$group_id) {
|
|||
foreach ($members as $members_id) {
|
||||
$sql_in[] = (int)$members_id;
|
||||
}
|
||||
if (!$sql_in = join(',', $sql_in)) {
|
||||
if (!$sql_in = implode(',', $sql_in)) {
|
||||
bb_die($lang['NONE_SELECTED']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue