]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #4779 - lib/moodlelib.php: typo; merged from MOODLE_16_STABLE
authorskodak <skodak>
Thu, 25 May 2006 06:34:33 +0000 (06:34 +0000)
committerskodak <skodak>
Thu, 25 May 2006 06:34:33 +0000 (06:34 +0000)
lib/moodlelib.php

index daf5bac98ce258b414f388a11397619aa158ec5c..92994ca52517f43c7d501e07bae29f0b4053fcf3 100644 (file)
@@ -3748,7 +3748,7 @@ function moodle_process_email($modargs,$body) {
  * @return bool|string Returns "true" if mail was sent OK, "emailstop" if email
  *          was blocked by user and "false" if there was another sort of error.
  */
-function email_to_user($user, $from, $subject, $messagetext, $messagehtml='', $attachment='', $attachname='', $usetrueaddress=true, $repyto='', $replytoname='') {
+function email_to_user($user, $from, $subject, $messagetext, $messagehtml='', $attachment='', $attachname='', $usetrueaddress=true, $replyto='', $replytoname='') {
 
     global $CFG, $FULLME;