You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.php
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
<?php
2
2
require_once('init.php');
3
3
4
-
$users = Database::find('review')->query('SELECT DISTINCT IFNULL(reviewed_by, "") FROM '.Database::escapeField($reviewhost['review_table']));
4
+
$users = Database::find('review')->query('SELECT DISTINCT reviewed_byFROM '.Database::escapeField($reviewhost['review_table']).' WHERE reviewed_by IS NOT NULL');
0 commit comments