[Tickets #6097] Re: Queue name not displaying in ticket history
bugs at horde.org
bugs at horde.org
Thu Jan 10 13:44:22 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6097
-----------------------------------------------------------------------
Ticket | 6097
Updated By | paul.g.roy at uottawa.ca
Summary | Queue name not displaying in ticket history
Queue | Whups
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
paul.g.roy at uottawa.ca (2008-01-10 08:44) wrote:
Gotcha.
There's definitely history for the ticket that was fetched.
I fixed the problem by changing line 951 from
for ($i = 0, $iMax = count($history); $i < $iMax; ++$i) {
to
$count = count($history);
for ($i = 0; $i < $count; $i++) {
which is basically the same logic except for the $i++ portion.
Queue name and all other history info display fine now.
More information about the bugs
mailing list