$sql = $db->query_read(" SELECT * FROM " . TABLE_PREFIX . "task AS task WHERE NOT FIND_IN_SET('3', task.taskfilter) > 0 ORDER BY task.name ASC ");