Closed (fixed)
Project:
Bio
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2007 at 18:11 UTC
Updated:
11 Apr 2009 at 02:35 UTC
http://drupal.org/node/142504 has now been committed in Views 1.6, so bio_views.inc generates an error as views_handler_filter_null() is now being re-declared.
Can we wrap these things in if(!function_exists()) { } statements to prevent issues like this in the future?
Comments
Comment #1
vito_swat commentedIMO views_handler_filter_null() should be removed from bio_views.inc as it doesn't belong to bio module. There should be only a note on project page that bio module requires Views 1.6
Comment #2
allie mickaThis was evidently fixed some time ago, since that's no longer in the current version.
Thanks!