Fatal error: Call to undefined function browscap_unmonitor() in
sechrest - September 26, 2005 - 01:39
| Project: | Statistics filtering |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | mikeryan |
| Status: | closed |
Jump to:
Description
As reported in:
http://drupal.org/node/27455
When you try to filter out the Administrator from the statistics, you get the error:
Fatal error: Call to undefined function: browscap_unmonitor() in /www/vh/drupal-4.6.3/modules/statistics_filter/statistics_filter.module on line 94

#1
OK, I've committed a fix (needed to check for the browscap module before calling it).
#2