summaryrefslogtreecommitdiff
path: root/includes/database/database.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-22 07:48:56 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-22 07:48:56 +0000
commit6cf421dba8729b96335d76e954a431f88574517f (patch)
treeb840bb9ca5fc5b5071ecb6e7b44e2ffeb6c43139 /includes/database/database.inc
parentf859634ae71a678056562822322cf267bbda6661 (diff)
downloadbrdo-6cf421dba8729b96335d76e954a431f88574517f.tar.gz
brdo-6cf421dba8729b96335d76e954a431f88574517f.tar.bz2
#1004850 by chx, Crell: Fixed DBTNG databaseType comment is confusing
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r--includes/database/database.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 8d6abb844..b384afe3a 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -1137,7 +1137,7 @@ abstract class DatabaseConnection extends PDO {
}
/**
- * Returns the type of the database being accessed.
+ * Returns the name of the PDO driver for this connection.
*/
abstract public function databaseType();