[dev] Bug: 172 solved.
Vilius Sumskas
vilius at lnk.lt
Tue Jun 29 01:40:43 PDT 2004
Hi,
I think I solved this bug (http://bugs.horde.org/details.php?id=172). Now
identities are working properly. It needs more testing though. Especially with
bug #198.
--
Best Regards,
Vilius Sumskas
LNK TV system administrator
mob.: +370 614 75713
www.lnk.lt
-------------- next part --------------
Index: imp.php
===================================================================
RCS file: /repository/imp/lib/Identity/imp.php,v
retrieving revision 1.36
diff -u -r1.36 imp.php
--- imp.php 8 May 2004 21:07:41 -0000 1.36
+++ imp.php 29 Jun 2004 08:35:47 -0000
@@ -440,7 +440,7 @@
$sig_dashes = $this->getValue('sig_dashes', $ident);
$val = str_replace("\r\n", "\n", $val);
if ($sig_dashes) {
- $val = "-- \n$val";
+ $val = "--\n$val";
}
if (isset($sig_first) && $sig_first) {
$val = "\n" . $val . "\n\n\n";
More information about the dev
mailing list