inline parameter in biblio_db_search()

Glowy - July 1, 2009 - 12:32
Project:Bibliography Module
Version:6.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hello all,

I use the function biblio_db_search() in a php-file to return search results. I use it in this way
biblio_db_search('inline', 'year', $year);.
Prior to version 1.5 it worked fine. However, now there seems to be a problem with the inline parameter. It does not show me anything if I leave it in. If I delete this parameter, it works, however not in the "inline" view mode.

Anybody experiencing the same problems?

Thanks a lot in advance,

Chris

#1

rjerome - July 2, 2009 - 01:00

Try adding a print statement before the call to biblio_db_search()

print biblio_db_search('inline', 'year', $year);

Ron.

#2

Glowy - July 7, 2009 - 10:18

Thanks a lot!
That did work.

Chris

#3

rjerome - July 7, 2009 - 16:03
Status:active» fixed

Good, another one bites the dust :-)

#4

System Message - July 21, 2009 - 16:10
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.