[ postfixadmin-Bugs-1903848 ] Problem with "general message"
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-02-28 11:54:40
|
Bugs item #1903848, was opened at 2008-02-28 11:50 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1903848&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 ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-02-28 11:54 Message: Logged In: YES user_id=1761957 Originator: NO already fixed in svn - {{{ r267 | christian_boltz | 2007-12-13 23:22:14 +0000 (Thu, 13 Dec 2007) | 4 lines broadcast-message.php: - fix typo: encode_base64 -> base64_encode https://sourceforge.net/forum/forum.php?thread_id=1891143&forum_id=676076 }}} thanks David ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1903848&group_id=191583 |