Skip to content

Commit

Permalink
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2…
Browse files Browse the repository at this point in the history
…664 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Mar 31, 2007
1 parent a4df7f4 commit e9fa63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/usercontrol.php
Expand Up @@ -201,7 +201,7 @@
$from = $siteadminemail;
$sitename = $siteadminname;

if(MailTextMessage($body, $subject, $to, $from, $sitename, true)
if(MailTextMessage($body, $subject, $to, $from, $sitename, true))
{
$addsummary .= "<br />".$clang->gT("Username").": $new_user<br />".$clang->gT("Email").": $new_email<br />";
$addsummary .= "<br />".$clang->gT("An email with a generated password was sent to the user.");
Expand Down

0 comments on commit e9fa63b

Please sign in to comment.