From 6f5f41f89ba711a49c9e9882eb6a39211885c37c Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 4 May 2000 22:29:25 +0000 Subject: [PATCH] minor bugfix, first line of message used to remove preceeding spaces. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@494 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index 942518b5..1798a59b 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -98,7 +98,6 @@ function translateText($body, $wrap_at, $charset) { include ("../functions/url_parser.php"); /** Add any parsing you want to in here */ - $body = trim($body); $body_ary = explode("\n", $body); for ($i = 0; $i < count($body_ary); $i++) { -- 2.25.1