"Jukka Salmi" <jukka@salmi.ch>
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Aug 2002 15:13:33 +0000 (15:13 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Aug 2002 15:13:33 +0000 (15:13 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3278 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 40f03460f822fa3b42a4418d39c52f6ca8a10f80..0922f1dc6f331e1c808db635806f281e0a39f547 100644 (file)
@@ -1021,7 +1021,8 @@ function getReplyCitation($orig_from)
         $end   = '">';
         break;
     case 'user-defined':
-        $start = $reply_citation_start . ' ';
+        $start = $reply_citation_start . 
+                ($reply_citation_start == '' ? '' : ' ');
         $end   = $reply_citation_end;
         break;
     default: