array filter
windhamdavid - September 15, 2008 - 17:09
| Project: | Formfilter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
when re-enabling a form part that had been previously hidden using Formfilter I am getting these errors although it still functions properly.
warning: array_filter() [function.array-filter]: The first argument should be an array in/htdocs/sites/all/modules/formfilter/formfilter.module on line 140.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /htdocs/sites/all/modules/formfilter/formfilter.module on line 88.
* warning: Invalid argument supplied for foreach() in /htdocs/sites/all/modules/formfilter/formfilter.module on line 88.
Drupal 5.7 - PHP Version 5.1.2

#1
Duplicate of #197129: warning: array_filter() on line 140.