]> git.mjollnir.org Git - moodle.git/commitdiff
Indicates only MySQL is supported for now.
authormartin <martin>
Fri, 31 May 2002 09:37:16 +0000 (09:37 +0000)
committermartin <martin>
Fri, 31 May 2002 09:37:16 +0000 (09:37 +0000)
config-dist.php

index d8fd16546c7ffbe8f0202bc4079b945744e9867e..fe67f1308205a20cd476c50efc66df3b66b3225f 100644 (file)
@@ -34,7 +34,7 @@
 // will be stored.  This database must already have been created
 // and a username/password created to access it.   See doc/INSTALL.
 
-$CFG->dbtype    = "mysql";       // eg mysql, postgres7, oracle, access etc 
+$CFG->dbtype    = "mysql";       // eg mysql (postgres7, oracle, access coming soon)
 $CFG->dbhost    = "localhost";   // eg localhost 
 $CFG->dbname    = "moodle";      // eg moodle
 $CFG->dbuser    = "username";