Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
857c6390
Commit
857c6390
authored
Nov 07, 2006
by
Penny Leach
Browse files
fixing a couple things in email_user wrapper
parent
af179175
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/mahara.php
View file @
857c6390
...
@@ -810,10 +810,10 @@ function email_user($userto, $userfrom, $subject, $messagetext, $messagehtml='')
...
@@ -810,10 +810,10 @@ function email_user($userto, $userfrom, $subject, $messagetext, $messagehtml='')
require_once
(
'phpmailer/class.phpmailer.php'
);
require_once
(
'phpmailer/class.phpmailer.php'
);
$mail
=
new
phpmailer
;
$mail
=
new
phpmailer
()
;
$mail
->
Version
=
'Mahara '
.
get_config
(
'release'
);
$mail
->
Version
=
'Mahara '
.
get_config
(
'release'
);
$mail
->
PluginDir
=
get_config
(
'libroot'
)
.
'
/
phpmailer/'
;
$mail
->
PluginDir
=
get_config
(
'libroot'
)
.
'phpmailer/'
;
$mail
->
CharSet
=
'UTF-8'
;
$mail
->
CharSet
=
'UTF-8'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment