From 6cf421dba8729b96335d76e954a431f88574517f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 22 Dec 2010 07:48:56 +0000 Subject: #1004850 by chx, Crell: Fixed DBTNG databaseType comment is confusing --- includes/database/database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/database') 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(); -- cgit v1.2.3