From 4491a030861ca71aeff0ed041988ef531247cfa7 Mon Sep 17 00:00:00 2001 From: Dawid Myszczyszyn Date: Sun, 2 Nov 2014 03:33:36 +0000 Subject: [PATCH] Update README.md removed already existing functions --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index e8d71ae3..66c4d19e 100644 --- a/README.md +++ b/README.md @@ -165,16 +165,7 @@ sorry John you will be banned :( $this->aauth->ban_user(3); ``` -You can check if the user exists in the database based on the user's email address - -```php -if($this->aauth->user_exsist_by_email('user@domain.tld')){ -//user exsist -}else{ -//user not exsist -} -``` -or user id +You can check if the user exists in the database based on the user's id ```php if($this->aauth->user_exsist_by_id(3)){