From 043f52747133c01a13d32a0e507d19eaf0f60b30 Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 25 May 2006 06:34:33 +0000 Subject: [PATCH] Bug #4779 - lib/moodlelib.php: typo; merged from MOODLE_16_STABLE --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index daf5bac98c..92994ca525 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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; -- 2.39.5