projects
/
project/views.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b9101b1
)
by dereine: Remove unused numeric definition option in filter_in_operator
author
Daniel Wehner
Mon, 1 Aug 2011 20:20:12 +0000 (22:20 +0200)
committer
Daniel Wehner
Mon, 1 Aug 2011 20:20:12 +0000 (22:20 +0200)
handlers/views_handler_filter_in_operator.inc
patch
|
blob
|
blame
|
history
diff --git
a/handlers/views_handler_filter_in_operator.inc
b/handlers/views_handler_filter_in_operator.inc
index
105b1b4
..
3932ae1
100644
(file)
--- a/
handlers/views_handler_filter_in_operator.inc
+++ b/
handlers/views_handler_filter_in_operator.inc
@@
-3,7
+3,6
@@
* Simple filter to handle matching of multiple options selectable via checkboxes
*
* Definition items:
- * - numeric: If set to true, this item will use numeric operators instead of string.
* - options callback: The function to call in order to generate the value options. If omitted, the options 'Yes' and 'No' will be used.
* - options arguments: An array of arguments to pass to the options callback.
*