Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a13a8b

Browse files
committedOct 13, 2012
Fix comment
1 parent ac9faad commit 1a13a8b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎core/user_api.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ function user_exists( $p_user_id ) {
8686
}
8787

8888
/**
89-
* check to see if project exists by id
90-
* if it doesn't exist then error
91-
* otherwise let execution continue undisturbed
89+
* check to see if user exists by id
90+
* if the user does not exist, throw a user not found exception
9291
*
9392
* @param int $p_user_id User ID
9493
*/

0 commit comments

Comments
 (0)
Please sign in to comment.