diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-12 18:27:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-12 18:27:05 +0000 |
commit | 929e43eb2568e1167764ecbb471e9cef0e4b9814 (patch) | |
tree | 8a8b2eb91ac0996b1461d15fd0ac7bb789910ef8 /includes | |
parent | 6e217dd64149fbeb74bb9b5c42af85490b3d73aa (diff) | |
download | brdo-929e43eb2568e1167764ecbb471e9cef0e4b9814.tar.gz brdo-929e43eb2568e1167764ecbb471e9cef0e4b9814.tar.bz2 |
- Patch #6402 by TDobes: removed MSSQL example from conf.php as MSSQL is no longer supported.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/conf.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php index 9d08aa61b..00009a6ec 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 |