[whups] Number of Unresolved Tickets in Whups Block
Manilal K M
libregeek at gmail.com
Thu Oct 19 01:19:07 PDT 2006
Hell everyone,
I would like to share a small patch for whups. This patch will give
the number of unresolved and assigned tickets within the Horde_Block.
This will help troubleshooters to know how many tickets are yet to be
solved. The patch is attached.
? patch.txt
Index: mytickets.php
===================================================================
RCS file: /repository/whups/lib/Block/mytickets.php,v
retrieving revision 1.2
diff -r1.2 mytickets.php
43a44
> $html = '';
46a48,50
> else {
> $html .= '<p><em>'._("Total : ".count($assigned)) . '</em></p>';
> }
49d52
< $html = '';
regards
Manilal
-------------- next part --------------
? patch.txt
Index: mytickets.php
===================================================================
RCS file: /repository/whups/lib/Block/mytickets.php,v
retrieving revision 1.2
diff -r1.2 mytickets.php
43a44
> $html = '';
46a48,50
> else {
> $html .= '<p><em>'._("Total : ".count($assigned)) . '</em></p>';
> }
49d52
< $html = '';
More information about the whups
mailing list