From b2ad03364bef8f70a67bd22478d869346b1b6d27 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 19 Oct 2006 22:07:21 +0000 Subject: [PATCH] Adding support for the new mssql_n driver Merged from MOODLE_17_STABLE --- lib/setuplib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/setuplib.php b/lib/setuplib.php index 5820ebf26e0..a92fe4ff9e6 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;