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 |
Jump to:
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
Try adding a print statement before the call to biblio_db_search()
print biblio_db_search('inline', 'year', $year);Ron.
#2
Thanks a lot!
That did work.
Chris
#3
Good, another one bites the dust :-)
#4
Automatically closed -- issue fixed for 2 weeks with no activity.