From aaa291bcb9dc01e9efa8443f5309fce5a68a6c9a Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 20 Dec 2007 23:17:42 +0000 Subject: [PATCH] tidy up phpdoc Merged from MOODLE_19_STABLE --- lib/setuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5