Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Oct 2009 at 09:05 UTC
Updated:
9 Nov 2009 at 13:10 UTC
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
Comment #1
dominikb1888 commentedIn addition to my previous post, the same error occurs as well on line 296 in biblio.contributors.inc.
Comment #2
rjerome commentedThanks, I've fixed that now...
Ron.
(http://drupal.org/cvs?commit=280036)