From fa005f44ae19001db4f5c1a00c2d5d2c826ba812 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 10 Mar 2003 19:39:50 +0000 Subject: some posting updates and fixes. git-svn-id: file:///svn/phpbb/trunk@3631 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_posting.php') diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 8e4acd8d13..fc9035bc6a 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -167,7 +167,7 @@ function decode_text(&$message) } // Quote Text -function quote_text($message, $username = '') +function quote_text(&$message, $username = '') { $message = ' [quote' . ( (empty($username)) ? ']' : '="' . addslashes(trim($username)) . '"]') . trim($message) . '[/quote] '; } -- cgit v1.2.1