Closed (fixed)
Project:
Bibliography Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2008 at 13:00 UTC
Updated:
25 Mar 2008 at 13:41 UTC
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
Comment #1
rjerome commentedWas 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.
Comment #2
rjerome commentedNever mind, I was looking at the wrong file. I found it and fixed it.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.