diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-25 11:44:35 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-09-25 11:44:35 +0000 |
commit | 1ccd9a75feb283dfa4ea96410fb8d7b1cf75d10a (patch) | |
tree | b4481f27cafabd3db46095d3a7d7ea6460992731 | |
parent | 21698d2bf180ee286f2076fda577dc1ea289a61a (diff) | |
download | brdo-1ccd9a75feb283dfa4ea96410fb8d7b1cf75d10a.tar.gz brdo-1ccd9a75feb283dfa4ea96410fb8d7b1cf75d10a.tar.bz2 |
#177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code
-rw-r--r-- | includes/database.pgsql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |