diff options
Diffstat (limited to 'inc/auth/mysql.class.php')
-rw-r--r-- | inc/auth/mysql.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth/mysql.class.php b/inc/auth/mysql.class.php index aea11d35f..86a5fefa2 100644 --- a/inc/auth/mysql.class.php +++ b/inc/auth/mysql.class.php @@ -24,7 +24,7 @@ class auth_mysql extends auth_basic { * Constructor * * checks if the mysql interface is available, otherwise it will - * set the variable $success of the basis class to FALSE + * set the variable $success of the basis class to false * * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> */ |