phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/class.mail_dcom_nntp_sock.inc.php, 1.5.2.1


From: nomail
Subject: [Phpgroupware-cvs] email/inc/class.mail_dcom_nntp_sock.inc.php, 1.5.2.1
Date: Sat, 6 Nov 2004 17:13:45 +0100

Update of /email/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.mail_dcom_nntp_sock.inc.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/class.mail_dcom_nntp_sock.inc.php
diff -u email/inc/class.mail_dcom_nntp_sock.inc.php:1.5 
email/inc/class.mail_dcom_nntp_sock.inc.php:1.5.2.1
--- email/inc/class.mail_dcom_nntp_sock.inc.php:1.5     Fri Mar 14 04:00:55 2003
+++ email/inc/class.mail_dcom_nntp_sock.inc.php Sat Nov  6 16:13:45 2004
@@ -83,7 +83,7 @@
                $this->num_msgs = $this->num_msg($this->mailbox);
                $this->start_msg = $this->first_message($this->mailbox);
                $this->end_msg = $this->last_message($this->mailbox);
-               echo 'Successful connection to '.$this->mailbox."<br>\n";
+               echo 'Successful connection to '.$this->mailbox."<br />\n";
        }
 
        function fix_folder($folder='')
@@ -315,7 +315,7 @@
                while(list($key,$value) = each($field_list))
                {
                        $return_array[] = $key;
-                       echo '('.$i++.') Field: <b>'.$value."</b>\t\tMsg Num: 
<b>".$key."</b><br>\n";
+                       echo '('.$i++.') Field: <b>'.$value."</b>\t\tMsg Num: 
<b>".$key."</b><br />\n";
                }
                @reset($return_array);
                return $return_array;




reply via email to

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