Missing } in biblio.module causes errors using multisite
dominikb1888 - October 26, 2009 - 09:05
| Project: | Bibliography Module |
| Version: | 6.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dominikb1888 |
| Status: | closed |
Jump to:
Description
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

#1
In addition to my previous post, the same error occurs as well on line 296 in biblio.contributors.inc.
#2
Thanks, I've fixed that now...
Ron.
(http://drupal.org/cvs?commit=280036)
#3
Automatically closed -- issue fixed for 2 weeks with no activity.