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.
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