]> git.mjollnir.org Git - moodle.git/commitdiff
big big sorry, forgotten old debug code that sends all mails to null; merged from...
authorskodak <skodak>
Mon, 18 Feb 2008 12:36:17 +0000 (12:36 +0000)
committerskodak <skodak>
Mon, 18 Feb 2008 12:36:17 +0000 (12:36 +0000)
lib/moodlelib.php

index d6c94b46cb9c7feb866ec2ee2e50848bd8ede976..916721845072ee57727eb53e499b1af410ef58da 100644 (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;
     }