Hi all,

I've found a tiny bug in biblio.module which turns up when using multisite. In Line 27 it says:

$db_res = db_query("SELECT * FROM {biblio_contributor_type");

This causes drupal to return a MySQL Error saying it cannot find the shared tables in the root database when using biblio as shared tables in multisite.

Adding the missing } solves the problem and causes drupal to refer back to the correct shared table.

Best regards,

Dominik

Comments

dominikb1888’s picture

In addition to my previous post, the same error occurs as well on line 296 in biblio.contributors.inc.

rjerome’s picture

Status: Needs work » Fixed

Thanks, I've fixed that now...

Ron.

(http://drupal.org/cvs?commit=280036)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.