Skip to content
Snippets Groups Projects
Commit 1ccd9a75 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

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

parent 21698d2b
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment