Hi, you forgot the brackets around biblio_fields line 348 ... and also there is missing the as before the b

$result = db_query("SELECT b.name, b.title FROM biblio_fields b
						ORDER by b.title ASC ");

Thats why I was checking the rest and found:
line 856 - its a strange way:

  $result = db_query('SELECT t.* FROM {biblio_types as t WHERE t.tid > 0}');

By the way may you mark bugs that you have fixed as fixed?

Thank you for the nice work.

Comments

rjerome’s picture

Was that by chance in the 6.x-dev version? I found and fixed something similar in 6.x but I can't seem to find it in the 5.x version.

rjerome’s picture

Status: Active » Fixed

Never mind, I was looking at the wrong file. I found it and fixed it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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