Make a comment a bit clearer.

This commit is contained in:
tjhunt 2008-07-04 12:05:04 +00:00
parent a655337336
commit f38f7ff715

View 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