'null === ...' can be used.

(cherry picked from commit ec96f65)
This commit is contained in:
Yuriy Pikhtarev 2017-05-05 00:59:05 +03:00 committed by Vasily Komrakov
commit 64df3c5538
No known key found for this signature in database
GPG key ID: 558236680C20A69A
8 changed files with 47 additions and 47 deletions

View file

@ -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');
}