Created
March 29, 2013 00:46
-
-
Save Cipa/5267977 to your computer and use it in GitHub Desktop.
ditto/list filter.class.inc.php
a new filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| case 12 : // if not in comma delimited list | |
| //works well with checkboxes configured to output a comma separated id list | |
| if(!in_array($this->filterValue, explode(',', $value[$this->array_key]))) | |
| $unset = 0; | |
| break; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment