From: ullgren Date: Tue, 15 Jan 2002 16:53:12 +0000 (+0000) Subject: Fixed [ #500024 ] HREF is wrong on ssl server X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=494424e3c1142605934669c6f987aaa16f9d25d5;p=squirrelmail.git Fixed [ #500024 ] HREF is wrong on ssl server base href didn't contain protocol. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2139 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index 263d55fc..02e69fc5 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -411,6 +411,7 @@ function mime_fetch_body ($imap_stream, $id, $ent_id ) { $k++; } if ( $base <> '' ) + $ret = "" . $ret; } } else if (ereg('"([^"]*)"', $topline, $regs)) { @@ -1023,7 +1024,7 @@ function MagicHTML( $body, $id ) { return( "\n\n\n" . $ret . "\n\n\n" ); }