From ca334efb32366ef5aa90151f2422049547bf0152 Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 25 Sep 2010 00:09:06 +0000 Subject: Cleaned up the file docblock. git-svn-id: http://code.elgg.org/elgg/trunk@6967 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/email/save.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actions/email/save.php') diff --git a/actions/email/save.php b/actions/email/save.php index bf573fede..885bf2b04 100644 --- a/actions/email/save.php +++ b/actions/email/save.php @@ -1,6 +1,6 @@ email)!=0) { + if (strcmp($email, $user->email)!=0) { if (!get_user_by_email($email)) { if ($user->email != $email) { -- cgit v1.2.3