- Patch #511486 by yched: updated documentation.

merge-requests/26/head
Dries Buytaert 2009-07-06 19:10:01 +00:00
parent e9b4be598a
commit 3b4213ce79
1 changed files with 2 additions and 2 deletions

View File

@ -762,8 +762,8 @@ function field_attach_delete_revision($obj_type, $object) {
* - '=', '!=', '>', '>=', '<', '<=', 'STARTS_WITH', 'ENDS_WITH',
* 'CONTAINS': these operators expect the value as a literal of the same
* type as the column,
* - 'IN': this operator expects the value as an array of literals of the
* same type as the column.
* - 'IN', 'NOT IN': this operator expects the value as an array of
* literals of the same type as the column.
* - 'BETWEEN': this operator expects the value as an array of two literals
* of the same type as the column.
* The operator can be ommitted, and will default to 'IN' if the value is