From: stronk7 Date: Mon, 10 Aug 2009 08:24:28 +0000 (+0000) Subject: MDL-19690 - fix mailyes|no icon X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8c61317a4cc8c98ad1a60fcf6459b8811faceaba;p=moodle.git MDL-19690 - fix mailyes|no icon --- diff --git a/user/view.php b/user/view.php index bd915d1e45..b0b2741fcf 100644 --- a/user/view.php +++ b/user/view.php @@ -288,7 +288,7 @@ } $emailswitch = " id&course=$course->id&$switchparam=1\">". - "old_icon_url('$switchpix') . "\" alt=\"$switchclick\" />"; + "old_icon_url("$switchpix") . "\" alt=\"$switchclick\" />"; } else if ($currentuser) { /// Can only re-enable an email this way if ($user->emailstop) { // Include link that tells how to re-enable their email