]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Cleaned up the file docblock.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 25 Sep 2010 00:09:06 +0000 (00:09 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 25 Sep 2010 00:09:06 +0000 (00:09 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6967 36083f99-b078-4883-b0ff-0f9b5a30f544

actions/email/save.php

index bf573fede8e09003fdff72d0be1038de41ec26f4..885bf2b04c849c98d3d4493732a2f70d63337949 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Action for saving a new email address for a user and triggering a confirmation.
+ * Save email address for user.
  *
  * @package Elgg.Core
  * @subpackage Administration.Users
@@ -23,7 +23,7 @@ if (!is_email_address($email)) {
 }
 
 if ($user) {
-       if (strcmp($email,$user->email)!=0) {
+       if (strcmp($email, $user->email)!=0) {
                if (!get_user_by_email($email)) {
                        if ($user->email != $email) {