mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
parent
64df3c5538
commit
21c8e7d48a
58 changed files with 226 additions and 228 deletions
|
@ -204,7 +204,7 @@ if (isset($_POST['submit'])) {
|
|||
|
||||
for ($i = 0; $i < count($user_list); $i++) {
|
||||
if ($user_list[$i] != -1) {
|
||||
$where_sql .= (($where_sql != '') ? ', ' : '') . intval($user_list[$i]);
|
||||
$where_sql .= (($where_sql != '') ? ', ' : '') . (int)$user_list[$i];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue