[ postfixadmin-Bugs-1903887 ] Problem with "general message"
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-03-04 23:47:27
|
Bugs item #1903887, was opened at 2008-02-28 14:14 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1903887&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with "general message" Initial Comment: Hello, First of all, sorry for my poor english level... There is a problem in "broadcast-message.php" at line 52. this line is : $b_message = encode_base64($_POST['message']); it should be : $b_message = base64_encode($_POST['message']); My version is 2.2.0 RC1. Good Debug and thank you for this marvellous tool. ;) GBF ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-03-05 00:47 Message: Logged In: YES user_id=593261 Originator: NO This was already fixed in SVN r267. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1903887&group_id=191583 |