From: stronk7 Date: Thu, 20 Dec 2007 23:17:42 +0000 (+0000) Subject: tidy up phpdoc X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aaa291bcb9dc01e9efa8443f5309fce5a68a6c9a;p=moodle.git tidy up phpdoc Merged from MOODLE_19_STABLE --- diff --git a/lib/setuplib.php b/lib/setuplib.php index 168827b1a3..5e29ce10ee 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -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.