From c091164d7ed991e75ec4b9ef7f5b0fd25b46438e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 19 Oct 2004 19:26:58 +0000 Subject: - search updates git-svn-id: file:///svn/phpbb/trunk@5003 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index fb5b91dde9..343fdf6733 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -498,7 +498,7 @@ if ($submit || $preview || $refresh) if (strcmp($subject, strtoupper($subject)) == 0 && $subject) { - $subject = phpbb_strtolower($subject); + $subject = strtolower($subject); } $message_parser->message = (isset($_POST['message'])) ? htmlspecialchars(str_replace(array('\\\'', '\\"', '\\0', '\\\\'), array('\'', '"', '\0', '\\'), $_POST['message'])) : ''; -- cgit v1.2.1