Hastymail2

Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed.

Hastymail 2

avatar
Patch for html error on contact group page

--- lib/url_action_classes/contacts.old 2010-01-11 00:04:53.000000000 +0100
+++ lib/url_action_classes/contacts.php 2010-01-11 00:04:59.000000000 +0100
@@ -485,7 +485,7 @@
         }
     }
     else {
-        $data .= '<tr><td colspan="2" class="no_groups">'.$this->user->str[509].'/td></tr>';
+        $data .= '<tr><td colspan="2" class="no_groups">'.$this->user->str[509].'</td></tr>';
     }
     $data .= '</table>';
     return $data;

 

// juKay

Reply /Quote
avatar
Re: Patch for html error on contact group page

Thanks for the fix. I am working on updating the group management page to have both add/remove selection boxes when editing a contact group so when I commit that I will include this fix.

Thanks again,
Jason

Reply /Quote
Get Hastymail at SourceForge.net. Fast, secure and Free Open Source software downloads