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

jpmckinney’s picture

Status: Active » Needs review
rjerome’s picture

Status: Needs review » Fixed

Correct, it was not intentional and is now fixed.

http://drupal.org/cvs?commit=257088

Status: Fixed » Closed (fixed)

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