From 1ccd9a75feb283dfa4ea96410fb8d7b1cf75d10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 25 Sep 2007 11:44:35 +0000 Subject: #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code --- includes/database.pgsql.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/database.pgsql.inc b/includes/database.pgsql.inc index ab2f591ad..663934d72 100644 --- a/includes/database.pgsql.inc +++ b/includes/database.pgsql.inc @@ -45,7 +45,7 @@ function db_version() { * Initialize a database connection. */ function db_connect($url) { - // Check if MySQL support is present in PHP + // Check if PostgreSQL support is present in PHP if (!function_exists('pg_connect')) { drupal_maintenance_theme(); drupal_set_title('PHP PostgreSQL support not enabled'); -- cgit v1.2.3