summaryrefslogtreecommitdiff
path: root/inc/auth/pgsql.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/auth/pgsql.class.php')
-rw-r--r--inc/auth/pgsql.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/auth/pgsql.class.php b/inc/auth/pgsql.class.php
index 60c36e258..cb3d2319f 100644
--- a/inc/auth/pgsql.class.php
+++ b/inc/auth/pgsql.class.php
@@ -20,7 +20,7 @@ class auth_pgsql extends auth_mysql {
* Constructor
*
* checks if the pgsql 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>
* @author Andreas Gohr <andi@splitbrain.org>