aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-25 00:09:06 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-09-25 00:09:06 +0000
commitca334efb32366ef5aa90151f2422049547bf0152 (patch)
treeb49c94a344a3d56f2203dd1136c0f7e6bba8e10b /actions
parentef2f6df18e77ca6b92cd5e9c71c0f6d3b40fe3f5 (diff)
downloadelgg-ca334efb32366ef5aa90151f2422049547bf0152.tar.gz
elgg-ca334efb32366ef5aa90151f2422049547bf0152.tar.bz2
Cleaned up the file docblock.
git-svn-id: http://code.elgg.org/elgg/trunk@6967 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r--actions/email/save.php4
1 files changed, 2 insertions, 2 deletions
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 @@
<?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) {