]> git.mjollnir.org Git - moodle.git/commitdiff
tidy up phpdoc
authorstronk7 <stronk7>
Thu, 20 Dec 2007 23:17:42 +0000 (23:17 +0000)
committerstronk7 <stronk7>
Thu, 20 Dec 2007 23:17:42 +0000 (23:17 +0000)
Merged from MOODLE_19_STABLE

lib/setuplib.php

index 168827b1a3fe6fe3bfedbe93aab6e3fd8fd49f76..5e29ce10ee3c783e93f3faa58990c21122351b09 100644 (file)
@@ -213,7 +213,7 @@ function setup_is_unicodedb() {
 
 /**
  * This internal function sets and returns the proper value for $CFG->dbfamily based on $CFG->dbtype
- * It's called by configure_dbconnection() and at install time. Shouldn't be used
+ * It's called by preconfigure_dbconnection() and at install time. Shouldn't be used
  * in other places. Code should rely on dbfamily to perform conditional execution
  * instead of using dbtype directly. This allows quicker adoption of different
  * drivers going against the same DB backend.