diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/libraries/Duser/Duser.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/application/libraries/Duser/Duser.php b/application/libraries/Duser/Duser.php index f7b2493d8..22c83b772 100644 --- a/application/libraries/Duser/Duser.php +++ b/application/libraries/Duser/Duser.php @@ -9,7 +9,7 @@ abstract class Duser_Driver extends CI_Driver { - // List of optional functions or function group that are implemented + // List of optional functions or function groups that are implemented // // Possible values are names of functions already implemented in this // abstract class or the function groups listed below. @@ -20,8 +20,8 @@ abstract class Duser_Driver extends CI_Driver { public $optional_functions = array(); /* - * The array should contain the following keys: - * - username VARCHAR + * The returned array should contain the following keys: + * - username string * - userid INT > 0 * * @return mixed array on success, false on failure |