Location: Before building the sql query with
sql_build_array
in acp_email.php:Code: Select all
$sql = $db->sql_build_query('SELECT', $sql_ary);
Explanation: For adding additional WHERE clauses or similar to the SQL query and so limiting (or expanding) the users who get the email
Ticket: https://tracker.phpbb.com/browse/PHPBB3-13310
EDIT: Added ticket