Download & Extend

Missing } in biblio.module causes errors using multisite

Project:Bibliography Module
Version:6.x-1.7
Component:Code
Category:bug report
Priority:normal
Assigned:dominikb1888
Status:closed (fixed)

Issue Summary

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

#1

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

#2

Status:needs work» fixed

Thanks, I've fixed that now...

Ron.

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

#3

Status:fixed» closed (fixed)

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