Open GoogleCodeExporter opened 9 years ago
setEvent doesnt work in this revision but ius easy to fix:
($this->eventValue ? "(".((int) intval($value) ).")" : '' );
is wrong, change to:
(intval($value) != 0 ? "(".((int) intval($value) ).")" : '' );
Original comment by meijerf...@gmail.com
on 23 Jan 2012 at 2:42
Original issue reported on code.google.com by
antares500
on 21 Nov 2011 at 7:16