We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdbd22 commit e38239fCopy full SHA for e38239f
1 file changed
migrations/update_user_notifications.php
@@ -63,6 +63,7 @@ public function update_notifications($start)
63
64
$sql = 'SELECT user_id
65
FROM ' . $this->table_prefix . 'users
66
+ WHERE user_type <> ' . USER_IGNORE . '
67
ORDER BY user_id ASC';
68
$result = $this->db->sql_query_limit($sql, $limit, $start);
69
0 commit comments