Index: modules/forum.module =================================================================== RCS file: /cvs/drupal/drupal/modules/forum.module,v retrieving revision 1.328.2.2 diff -u -r1.328.2.2 forum.module --- modules/forum.module 12 Jun 2006 04:17:52 -0000 1.328.2.2 +++ modules/forum.module 9 Jul 2006 14:45:44 -0000 @@ -149,7 +149,7 @@ * Implementation of hook_taxonomy(). */ function forum_taxonomy($op, $type, $term = NULL) { - if ($op == 'delete' && $term['vid'] == _forum_get_vid()) { + if ($op == 'delete' && $term=>vid == _forum_get_vid()) { switch ($type) { case 'term': $results = db_query('SELECT f.nid FROM {forum} f WHERE f.tid = %d', $term['tid']);