Skip to content

Commit

Permalink
Merge branch 'MDL-41900-m24' of git://github.com/micaherne/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_24_STABLE
  • Loading branch information
Sam Hemelryk committed Oct 1, 2013
2 parents a7fd949 + 4948ac2 commit 92fdea0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/eventslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ function events_process_queued_handler($qhandler) {
$qh->status = $qhandler->status + 1;
$DB->update_record('events_queue_handlers', $qh);

debugging($errormessage);

return false;
}

Expand Down Expand Up @@ -615,4 +617,4 @@ function events_pending_count($eventname) {
WHERE h.eventname = ?";

return $DB->count_records_sql($sql, array($eventname));
}
}

0 comments on commit 92fdea0

Please sign in to comment.