Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2009 at 01:49 UTC
Updated:
11 Sep 2009 at 15:10 UTC
This can't possibly be intentional:
$result = db_query('SELECT t.* FROM {biblio_types as t WHERE t.tid > 0}');
That closing curly bracket } should be at the end of biblio_types.
This occurs twice in biblio.admin.inc.
Comments
Comment #1
jpmckinney commentedComment #2
rjerome commentedCorrect, it was not intentional and is now fixed.
http://drupal.org/cvs?commit=257088