From 929e43eb2568e1167764ecbb471e9cef0e4b9814 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 12 Mar 2004 18:27:05 +0000 Subject: [PATCH] - Patch #6402 by TDobes: removed MSSQL example from conf.php as MSSQL is no longer supported. --- includes/conf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/conf.php b/includes/conf.php index 9d08aa61ba64..00009a6ecd16 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -14,7 +14,6 @@ # $db_url = "mysql://user:password@hostname/database"; # $db_url = "pgsql://user:password@hostname/database"; -# $db_url = "mssql://user:password@hostname/database"; $db_url = "mysql://drupal:drupal@localhost/drupal"; # If $db_prefix is specified all database table names will be -- GitLab