From: tjhunt Date: Fri, 4 Jul 2008 12:05:04 +0000 (+0000) Subject: Make a comment a bit clearer. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f38f7ff7156fc84396247267262846c9a8003837;p=moodle.git Make a comment a bit clearer. --- diff --git a/lib/dml/moodle_database.php b/lib/dml/moodle_database.php index f2bb68daa1..613cf99ea0 100644 --- a/lib/dml/moodle_database.php +++ b/lib/dml/moodle_database.php @@ -235,7 +235,7 @@ abstract class moodle_database { /** * Constructs IN() or = sql fragment * @param mixed $items single or array of values - * @param int $type bound param type + * @param int $type bound param type SQL_PARAMS_QM or SQL_PARAMS_NAMED * @param string named param placeholder start * @param bool true means equal, false not equal * @return array - $sql and $params