From c4020445c424d53de681d3c631ad1bf8a87f8f1b Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 19 Oct 2006 22:01:56 +0000 Subject: [PATCH] Adding support for the new mssql_n driver --- 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;