mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
parent
13e3cf6c0d
commit
64df3c5538
8 changed files with 47 additions and 47 deletions
|
@ -904,7 +904,7 @@ if (!isset($_REQUEST['dosearch'])) {
|
|||
|
||||
$select_sql .= " $limit";
|
||||
|
||||
if (!is_null($total_sql)) {
|
||||
if (null !== $total_sql) {
|
||||
if (!$result = DB()->sql_query($total_sql)) {
|
||||
bb_die('Could not count users');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue