Adding support for the new mssql_n driver

Merged from MOODLE_17_STABLE
This commit is contained in:
stronk7 2006-10-19 22:07:21 +00:00
parent ed4b4bf1d0
commit b2ad03364b

View 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;