#177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code
parent
21698d2bf1
commit
1ccd9a75fe
|
@ -45,7 +45,7 @@ function db_version() {
|
||||||
* Initialize a database connection.
|
* Initialize a database connection.
|
||||||
*/
|
*/
|
||||||
function db_connect($url) {
|
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')) {
|
if (!function_exists('pg_connect')) {
|
||||||
drupal_maintenance_theme();
|
drupal_maintenance_theme();
|
||||||
drupal_set_title('PHP PostgreSQL support not enabled');
|
drupal_set_title('PHP PostgreSQL support not enabled');
|
||||||
|
|
Loading…
Reference in New Issue