[Tickets #937] Message highlighting

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Feb 10 22:37:57 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=937
-----------------------------------------------------------------------
 Ticket             | 937
 Updated By         | hordedev at markbs.com
 Summary            | Message highlighting
 Queue              | IMP
 Version            | HEAD
 State              | Assigned
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | Horde Developers
-----------------------------------------------------------------------


hordedev at markbs.com (2006-02-10 22:37) wrote:

Hi,

There is a small patch that is needed against the alpha2 tar I uploaded. 
There was a missing break stmt:

--- MINE/isee-h3-0.0.1-alpha2/lib/api.php       2005-12-06
12:53:55.000000000 -0500
+++ horde/isee-h3-0.0.1-alpha2/lib/api.php      2005-12-06
17:21:05.000000000 -0500
@@ -109,6 +109,7 @@
        break;
       case 'to or cc':
        $fieldList = array($h_to, $h_cc);
+       break;
       default: 
        $fieldList = null; 
        break;

I'm interested in feedback on the code and would be happy to help out.

I've been using it for quite some time now and it seems to work well (heh,
at least for me).

Thanks.





More information about the bugs mailing list