From: Aran Dunkley Date: Fri, 9 May 2008 12:10:34 +0000 (+0000) Subject: rv oops disable mssql - not ready X-Git-Tag: 1.31.0-rc.0~47781 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=7bac6c41e929b3b511079b8022507b6f9968cbbc;p=lhc%2Fweb%2Fwiklou.git rv oops disable mssql - not ready --- diff --git a/config/index.php b/config/index.php index 88053812a8..52b4441679 100644 --- a/config/index.php +++ b/config/index.php @@ -75,7 +75,7 @@ $ourdb['sqlite']['rootuser'] = ''; $ourdb['mssql']['fullname'] = 'MSSQL'; $ourdb['mssql']['havedriver'] = 0; -$ourdb['mssql']['compile'] = 'mssql'; # Change to 'mssql' after includes/DatabaseMssql.php added; +$ourdb['mssql']['compile'] = 'mssql not ready'; # Change to 'mssql' after includes/DatabaseMssql.php added; $ourdb['mssql']['bgcolor'] = '#ffc0cb'; $ourdb['mssql']['rootuser'] = 'administrator';