Index: bio_views.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/bio/Attic/bio_views.inc,v retrieving revision 1.1.2.5 diff -u -p -r1.1.2.5 bio_views.inc --- bio_views.inc 25 Jan 2008 07:33:54 -0000 1.1.2.5 +++ bio_views.inc 28 Jan 2008 21:02:38 -0000 @@ -43,6 +43,7 @@ function _bio_views_tables_alter(&$table } // Fetch some CCK info if CCK is installed. + $bio_fields = array(); if (module_exists('content')) { $content_type_info = content_types($bio_type); if (is_array($content_type_info['fields'])) {