? bio-author-field-214068-1.patch ? bio-delete-patch-174507-22.patch ? bio-delete-user-174507-24.patch ? bio-delete-user-174507-27.patch ? bio-fix-bio-install-213211-1.patch ? bio-get-type-214063-1.patch ? bio-inc-cleanup-213217-1.patch ? bio-module-cleanup-213228-1.patch ? bio-views-error-190745-13.patch ? blah.patch ? bllerfgssas.patch ? cvs-release-notes.php ? diff.diff ? fuckoff.txt ? margh.txt ? removeheading.patch ? tests/bio.test.txt Index: bio.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/bio/bio.module,v retrieving revision 1.2.2.25 diff -u -p -r1.2.2.25 bio.module --- bio.module 28 Jan 2008 08:30:13 -0000 1.2.2.25 +++ bio.module 28 Jan 2008 20:59:48 -0000 @@ -218,7 +218,7 @@ function bio_node_info() { 'has_body' => TRUE, 'custom' => TRUE, 'modified' => TRUE, - 'locked' => FALSE, + 'locked' => TRUE, ), ); } 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 20:59:50 -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'])) {