phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.soapclient.inc.php, 1.7.4.4


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

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

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.soapclient.inc.php
diff -u phpgwapi/inc/class.soapclient.inc.php:1.7.4.3 
phpgwapi/inc/class.soapclient.inc.php:1.7.4.4
--- phpgwapi/inc/class.soapclient.inc.php:1.7.4.3       Tue Feb 10 13:51:19 2004
+++ phpgwapi/inc/class.soapclient.inc.php       Sat Nov  6 15:34:26 2004
@@ -112,7 +112,7 @@
                        {
                                //$soap_client->debug_flag = true;
                                $this->debug($dbg.'instantiated client 
successfully');
-                               $this->debug("client data:<br>server: 
$soap_client->server<br>path: $soap_client->path<br>port: $soap_client->port");
+                               $this->debug("client data:<br />server: 
$soap_client->server<br />path: $soap_client->path<br />port: 
$soap_client->port");
                                // send
                                $dbg = "sending msg w/ soapaction 
'$soapAction'...";
                                if($return = 
$soap_client->send($soapmsg,$soapAction))
@@ -132,7 +132,7 @@
                                                        while(list($k,$v) = 
@each($faultArray))
                                                        /* foreach($faultArray 
as $k => $v) */
                                                        {
-                                                               print "$k = 
$v<br>";
+                                                               print "$k = 
$v<br />";
                                                        }
                                                        return false;
                                                }
@@ -168,7 +168,7 @@
                {
                        if($this->debug_flag)
                        {
-                               print $string . '<br>';
+                               print $string . '<br />';
                        }
                }
        }




reply via email to

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