big big sorry, forgotten old debug code that sends all mails to null; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2008-02-18 12:36:17 +00:00
parent 21c3694069
commit 0f7719da37

View File

@ -3967,8 +3967,6 @@ function email_to_user($user, $from, $subject, $messagetext, $messagehtml='', $a
global $CFG, $FULLME;
return true; // remove before commit!!!!
if (empty($user)) {
return false;
}