phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.send.inc.php, 1.13.2.2.2.6


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.send.inc.php, 1.13.2.2.2.6
Date: Sat, 6 Nov 2004 16:34:26 +0100

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

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +5 -5

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.send.inc.php
diff -u phpgwapi/inc/class.send.inc.php:1.13.2.2.2.5 
phpgwapi/inc/class.send.inc.php:1.13.2.2.2.6
--- phpgwapi/inc/class.send.inc.php:1.13.2.2.2.5        Tue Feb 10 13:51:18 2004
+++ phpgwapi/inc/class.send.inc.php     Sat Nov  6 15:34:26 2004
@@ -180,7 +180,7 @@
                                        }
                                }
                                $strs[] = $str;
-                               //echo "word='$word', start=$enc_start, 
end=$enc_end, encoded='$str'<br>\n";
+                               //echo "word='$word', start=$enc_start, 
end=$enc_end, encoded='$str'<br />\n";
                        }
                        if (!$enc_start)
                        {
@@ -213,7 +213,7 @@
                        do
                        {
                                $rmsg = fgets($socket,255);
-                               // echo "< $rmsg<BR>\n";
+                               // echo "< $rmsg<br />\n";
                                $this->err['code'] = substr($rmsg,0,3);
                                $followme = substr($rmsg,3,1);
                                $this->err['msg'] = substr($rmsg,4);
@@ -234,8 +234,8 @@
                function msg2socket($socket,$message)
                {
                        // send single line\n
-                       // echo "raw> $message<BR>\n";
-                       // echo "hex> ".bin2hex($message)."<BR>\n";
+                       // echo "raw> $message<br />\n";
+                       // echo "hex> ".bin2hex($message)."<br />\n";
                        $rc = fputs($socket,"$message");
                        if (!$rc)
                        {




reply via email to

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