[ postfixadmin-Bugs-1903887 ] Problem with "general message"
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-02-28 13:14:06
|
Bugs item #1903887, was opened at 2008-02-28 05:14 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1903887&group_id=191583 |