]> git.mjollnir.org Git - moodle.git/commitdiff
Adding support for the new mssql_n driver
authorstronk7 <stronk7>
Thu, 19 Oct 2006 22:07:21 +0000 (22:07 +0000)
committerstronk7 <stronk7>
Thu, 19 Oct 2006 22:07:21 +0000 (22:07 +0000)
Merged from MOODLE_17_STABLE

lib/setuplib.php

index 5820ebf26e06a0520ba8c1c192d56683f8407ecb..a92fe4ff9e65d7a07a603ec28f878ff2e3beb7ea 100644 (file)
@@ -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;