From: stronk7 Date: Thu, 19 Oct 2006 22:07:21 +0000 (+0000) Subject: Adding support for the new mssql_n driver X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b2ad03364bef8f70a67bd22478d869346b1b6d27;p=moodle.git Adding support for the new mssql_n driver Merged from MOODLE_17_STABLE --- diff --git a/lib/setuplib.php b/lib/setuplib.php index 5820ebf26e..a92fe4ff9e 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -118,6 +118,7 @@ function setup_is_unicodedb() { } break; case 'mssql': + case 'mssql_n': case 'odbc_mssql': /// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32) $unicodedb = true;