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

Comments

rjerome’s picture

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


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

Ron.

Glowy’s picture

Thanks a lot!
That did work.

Chris

rjerome’s picture

Status: Active » Fixed

Good, another one bites the dust :-)

Status: Fixed » Closed (fixed)

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