From 8c61317a4cc8c98ad1a60fcf6459b8811faceaba Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 10 Aug 2009 08:24:28 +0000 Subject: [PATCH] MDL-19690 - fix mailyes|no icon --- user/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5