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

admin/environment.xml
auth/db/config.html
enrol/database/config.html

index 90f4dc0de28b2d358e65a18beb5d906b02933da8..161fbe73c67c2d9a437862d63620af1ea60d5579 100644 (file)
@@ -45,6 +45,7 @@
       <VENDOR name="postgres" version="7.4" />
       <VENDOR name="mssql" version="9.0" />
       <VENDOR name="odbc_mssql" version="9.0" />
+      <VENDOR name="mssql_n" version="9.0" />
       <VENDOR name="oracle" version="9.0" />
     </DATABASE>
     <PHP version="4.3.0" level="required">
index 38d64c4aa5a8df2cdbd7df6b77699f4a22f81396..a455c3f3073066735fb8f7d6d5f588a7e53a5203 100644 (file)
@@ -44,7 +44,7 @@
 <tr valign="top" class="required">
     <td align="right">auth_dbtype:</td>
     <td>
-    <?php  $dbtypes = array("access","ado_access", "ado", "ado_mssql", "borland_ibase", "csv", "db2", "fbsql", "firebird", "ibase", "informix72", "informix", "mssql", "mysql", "mysqlt", "oci805", "oci8", "oci8po", "odbc", "odbc_mssql", "odbc_oracle", "oracle", "postgres64", "postgres7", "postgres", "proxy", "sqlanywhere", "sybase", "vfp");
+    <?php  $dbtypes = array("access","ado_access", "ado", "ado_mssql", "borland_ibase", "csv", "db2", "fbsql", "firebird", "ibase", "informix72", "informix", "mssql", "mssql_n", "mysql", "mysqlt", "oci805", "oci8", "oci8po", "odbc", "odbc_mssql", "odbc_oracle", "oracle", "postgres64", "postgres7", "postgres", "proxy", "sqlanywhere", "sybase", "vfp");
        foreach ($dbtypes as $dbtype) {
            $dboptions[$dbtype] = $dbtype;
        }
index def1afeb4a18f8e21bec61fd27be43cd36d98241..90a8971d03a9967c8351f7a565594f628fa85e53 100644 (file)
@@ -8,7 +8,7 @@
     <td align="right">enrol_dbtype:</td>
     <td>
     <?php  
-       $dbtypes = array("access","ado_access", "ado", "ado_mssql", "borland_ibase", "csv", "db2", "fbsql", "firebird", "ibase", "informix72", "informix", "mssql", "mysql", "mysqlt", "oci805", "oci8", "oci8po", "odbc", "odbc_mssql", "odbc_oracle", "oracle", "postgres64", "postgres7", "postgres", "proxy", "sqlanywhere", "sybase", "vfp");
+       $dbtypes = array("access","ado_access", "ado", "ado_mssql", "borland_ibase", "csv", "db2", "fbsql", "firebird", "ibase", "informix72", "informix", "mssql", "mssql_n", "mysql", "mysqlt", "oci805", "oci8", "oci8po", "odbc", "odbc_mssql", "odbc_oracle", "oracle", "postgres64", "postgres7", "postgres", "proxy", "sqlanywhere", "sybase", "vfp");
        foreach ($dbtypes as $dbtype) {
            $dboptions[$dbtype] = $dbtype;
        }