From f358b06a1e2a3db204713ea59e12e84dec9c975b Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 6 Sep 2010 12:47:57 +0000 Subject: [PATCH] MDL-19057 fixed get instance docs --- lib/dml/moodle_database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php index 62944741d72..0fd2cff0f58 100644 --- a/lib/dml/moodle_database.php +++ b/lib/dml/moodle_database.php @@ -156,8 +156,8 @@ abstract class moodle_database { /** * Loads and returns a database instance with the specified type and library. - * @param string $type database type of the driver (mysql, postgres7, mssql, etc) - * @param string $library database library of the driver (adodb, pdo, native, etc) + * @param string $type database type of the driver (mysqli, pgsql, mssql, sqldrv, oci, etc) + * @param string $library database library of the driver (native, pdo, etc.) * @return moodle_database driver object or null if error */ public static function get_driver_instance($type, $library) {