Skip to content

Commit

Permalink
Make a comment a bit clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Jul 4, 2008
1 parent a655337 commit f38f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dml/moodle_database.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ protected function report_error($sql, array $params=null, $obj=null) {
/** /**
* Constructs IN() or = sql fragment * Constructs IN() or = sql fragment
* @param mixed $items single or array of values * @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 string named param placeholder start
* @param bool true means equal, false not equal * @param bool true means equal, false not equal
* @return array - $sql and $params * @return array - $sql and $params
Expand Down

0 comments on commit f38f7ff

Please sign in to comment.