-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
1.9.2
-
None
-
Any
-
MOODLE_19_STABLE
If "email_send_count" doesn't exist's it created only when we try reset it.
As i think it's a wrong way...
function set_bounce_count($user,$reset=false)
{
if ($pref = get_record(...))
else if (!empty($reset))
{ // !!!!!!!!! // If record in db doesn't exists it will be created only if $reset == true // !!!!!!!!! ...insert new record... }}
- is duplicated by
-
MDL-73798 Email bounce quotas are broken (and have been for a while)
-
- Peer review in progress
-