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
Comment #1
rjerome commentedTry adding a print statement before the call to biblio_db_search()
Ron.
Comment #2
Glowy commentedThanks a lot!
That did work.
Chris
Comment #3
rjerome commentedGood, another one bites the dust :-)