]> git.mjollnir.org Git - moodle.git/commitdiff
Make a comment a bit clearer.
authortjhunt <tjhunt>
Fri, 4 Jul 2008 12:05:04 +0000 (12:05 +0000)
committertjhunt <tjhunt>
Fri, 4 Jul 2008 12:05:04 +0000 (12:05 +0000)
lib/dml/moodle_database.php

index f2bb68daa1165b360683ac5ff6b2ba2e55cc17f3..613cf99ea0c73d15570fb6ddc4b1fac66f9d0569 100644 (file)
@@ -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