summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-12 22:31:54 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-12 22:31:54 +0000
commit823077f3422c948c6f894c8610831f24bb5dc4f2 (patch)
treeff8728b8d565e3bbf820a0f1dc993c515090c5dc
parent0864d7ca650e6b7210d8fac695cd1a2985846577 (diff)
Fix a comment.
-rw-r--r--modules/user/helpers/user.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/helpers/user.php b/modules/user/helpers/user.php
index 30b95099..c034b0fc 100644
--- a/modules/user/helpers/user.php
+++ b/modules/user/helpers/user.php
@@ -282,8 +282,8 @@ class user_Core {
}
/**
- * Look up a user by id.
- * @param integer $id the user id
+ * Look up a user by name.
+ * @param integer $id the user name
* @return User_Model the user object, or null if the id was invalid.
*/
static function lookup_by_name($name) {