Hi, it seems that in biblio_show_results, $inline=='profile' returns true when $inline = true. Therefore, one needs to make sure that $inline is also a string in that test.
Thx for your great work !
Regards
| Comment | File | Size | Author |
|---|---|---|---|
| brokenShow.patch | 455 bytes | vrabaud |
Comments
Comment #1
rjerome commentedThanks, could you try just putting a triple equals sign instead i.e.
should accomplish the same as
Comment #2
vrabaud commentedok, that fixes it too for me. Thx !
Comment #3
rjerome commentedOk, I'm going to go with that solution then.