From c1df3ec688e4edbb06ca6d9a9b57f225b9b98010 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 25 Feb 2003 23:48:10 +0000 Subject: [PATCH] fixed bug #1398, the last one for today. ;) promised. git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3534 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/privmsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/privmsg.php b/phpBB/privmsg.php index aa9d1bcfbf..662056cf0b 100644 --- a/phpBB/privmsg.php +++ b/phpBB/privmsg.php @@ -371,7 +371,7 @@ else if ( $mode == 'read' ) 'quote_img' => '' . $lang['Post_quote_pm'] . '', 'quote' => '' . $lang['Post_quote_pm'] . '', 'edit_img' => '' . $lang['Edit_pm'] . '', - 'edit' => '' . $lang['Edit_pm'] . '' + 'edit' => '' . $lang['Edit_pm'] . '' ); if ( $folder == 'inbox' )