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_base_sock.inc.php, 1.24.2.2


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/class.mail_dcom_base_sock.inc.php
diff -u email/inc/class.mail_dcom_base_sock.inc.php:1.24.2.1 
email/inc/class.mail_dcom_base_sock.inc.php:1.24.2.2
--- email/inc/class.mail_dcom_base_sock.inc.php:1.24.2.1        Mon Sep  8 
08:33:32 2003
+++ email/inc/class.mail_dcom_base_sock.inc.php Sat Nov  6 16:13:46 2004
@@ -384,7 +384,7 @@
                */
                function error()
                {
-                       echo 'Error: '.$this->error['code'].' : 
'.$this->error['msg'].' - '.$this->error['desc']."<br>\r\n";
+                       echo 'Error: '.$this->error['code'].' : 
'.$this->error['msg'].' - '.$this->error['desc']."<br />\r\n";
                        $this->close();
                        echo('<A 
HREF="'.$GLOBALS['phpgw']->link('/home.php').'">'.lang('Click here to 
continue').'...</A>'); //cbsman
                        $GLOBALS['phpgw']->common->phpgw_exit();
@@ -522,7 +522,7 @@
                        $glob_response = '';
                        while ($line = $this->read_port())
                        {
-                               //echo $line."<br>\r\n";
+                               //echo $line."<br />\r\n";
                                if (chop($line) == $end)
                                {
                                        break;
@@ -658,12 +658,12 @@
                                        if ($line2 == 'True')
                                        {
                                                $line2 = $this->read_port();
-                                               echo 'Response = 
'.$line2.'<br>'."\n";
+                                               echo 'Response = '.$line2.'<br 
/>'."\n";
                                        }
                                }
                                $header[$key] .= chop($line2);
                        }
-                       //echo 'Header[$key] = '.$header[$key].'<br>'."\n";
+                       //echo 'Header[$key] = '.$header[$key].'<br />'."\n";
                }
        
                /*!
@@ -703,7 +703,7 @@
                        {
                                //$new_list[$key] = $this->convert_date($value);
                                $new_list[$key] = $this->make_udate($value);
-                               if ($this->debug_dcom >= 2) { echo 'base_sock: 
convert_date_array: field_list: "'.$new_list[$key].'" was "'.$value.'"<br>'; }
+                               if ($this->debug_dcom >= 2) { echo 'base_sock: 
convert_date_array: field_list: "'.$new_list[$key].'" was "'.$value.'"<br />'; }
        
                        }
                        return $new_list;
@@ -725,7 +725,7 @@
                        {
                                $msg_date = substr($msg_date,$comma + 2);
                        }
-                       //echo 'Msg Date : '.$msg_date."<br>\n";
+                       //echo 'Msg Date : '.$msg_date."<br />\n";
                        $dta = explode(' ',$msg_date);
                        $ta = explode(':',$dta[3]);
                        
@@ -748,7 +748,7 @@
                        }
                        
                        $new_time = 
mktime($ta[0],$ta[1],$ta[2],$GLOBALS['month_array'][strtolower($dta[1])],$dta[0],$dta[2])
 - ((60 * 60) * 
intval($GLOBALS['phpgw_info']['user']['preferences']['common']['tzoffset']));
-                       //echo 'New Time : '.$new_time."<br>\n";
+                       //echo 'New Time : '.$new_time."<br />\n";
                        return $new_time;
                }
                
@@ -965,7 +965,7 @@
                        $this->header = Array();
                        while ($line = $this->read_port())
                        {
-                               //echo $line."<br>\n";
+                               //echo $line."<br />\n";
                                if (chop($line) == $end) break;
                                
$this->create_header($line,&$this->header,"True");
                        }




reply via email to

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