Ron,
This evening I came across another small nit with part of the biblio module. The error message this time was:
notice: Undefined variable: term in biblio_taxonomy() (line 2078 of /home/toomreco/drupal-6.20/sites/all/modules/biblio/biblio.module).
I am not sure where in the logic of the code the $term variable is supposed to be coming from. I think that the code that you want there is something like:
if ($op == 'delete' && isset($type['vid']) &&
$type['vid'] == variable_get('biblio_keyword_vocabulary', 0)) {
I have changed in my local copy of the code the variable from $term to $type as well as adding a check that $type['vid'] exists. Is this as you intended?
Cheers!!
Comments
Comment #1
rjerome commentedYep, that one is just plain wrong!
Should be...
http://drupal.org/cvs?commit=478628
Comment #2
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.