#177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code

6.x
Gábor Hojtsy 2007-09-25 11:44:35 +00:00
parent 21698d2bf1
commit 1ccd9a75fe
1 changed files with 1 additions and 1 deletions

View File

@ -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');