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

vito_swat’s picture

IMO 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

allie micka’s picture

Status: Active » Closed (fixed)

This was evidently fixed some time ago, since that's no longer in the current version.

Thanks!