phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] email/view_image.php, 1.16.2.2


From: nomail
Subject: [Phpgroupware-cvs] email/view_image.php, 1.16.2.2
Date: Sat, 6 Nov 2004 17:13:42 +0100

Update of /email
Modified Files:
        Branch: Version-0_9_16-branch
          view_image.php

date: 2004/11/06 16:13:42;  author: powerstat;  state: Exp;  lines: +8 -8

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/view_image.php
diff -u email/view_image.php:1.16.2.1 email/view_image.php:1.16.2.2
--- email/view_image.php:1.16.2.1       Sat Sep 13 01:46:14 2003
+++ email/view_image.php        Sat Nov  6 16:13:42 2004
@@ -27,18 +27,18 @@
        }
        @set_time_limit(0);
 
-       echo 'Mailbox = '.$mailbox.'<br>'."\n";
-       echo 'Mailbox = '.$GLOBALS['phpgw']->msg->mailsvr_stream.'<br>'."\n";
-       echo 'Msgnum = '.$m.'<br>'."\n";
-       echo 'Part Number = '.$p.'<br>'."\n";
-       echo 'Subtype = '.$s.'<br>'."\n";
+       echo 'Mailbox = '.$mailbox.'<br />'."\n";
+       echo 'Mailbox = '.$GLOBALS['phpgw']->msg->mailsvr_stream.'<br />'."\n";
+       echo 'Msgnum = '.$m.'<br />'."\n";
+       echo 'Part Number = '.$p.'<br />'."\n";
+       echo 'Subtype = '.$s.'<br />'."\n";
        */
        //$data = 
$GLOBALS['phpgw']->dcom->fetchbody($GLOBALS['phpgw']->msg->mailsvr_stream, $m, 
$p);
        $data = $GLOBALS['phpgw']->msg->phpgw_fetchbody($p);
        //$picture = $GLOBALS['phpgw']->dcom->base64($data);
        $picture = $GLOBALS['phpgw']->msg->de_base64($data);
 
-       //  echo strlen($picture)."<br>\n";
+       //  echo strlen($picture)."<br />\n";
        //  echo $data;
 
        Header('Content-length: '.strlen($picture));
@@ -47,7 +47,7 @@
        echo $picture;
        flush();
 
-       // IS THIS FILE EVER USED ANYMORE?
+       // IS THIS FILE EVER USED ANYMORE?
        if (is_object($GLOBALS['phpgw']->msg))
        {
                $terminate = True;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]