Closed (fixed)
Project:
Bibliography Module
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 12:49 UTC
Updated:
30 Jan 2009 at 20:20 UTC
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.