phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/xmlrpc.interop.php, 1.3.2.1.2.3


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

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

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/xmlrpc.interop.php
diff -u phpgwapi/inc/xmlrpc.interop.php:1.3.2.1.2.2 
phpgwapi/inc/xmlrpc.interop.php:1.3.2.1.2.3
--- phpgwapi/inc/xmlrpc.interop.php:1.3.2.1.2.2 Tue Feb 10 13:51:20 2004
+++ phpgwapi/inc/xmlrpc.interop.php     Sat Nov  6 15:34:26 2004
@@ -272,12 +272,12 @@
        );
 
        $mail_send_doc = 'mail.send(recipient, subject, text, sender, cc, bcc, 
mimetype)
-<BR>recipient, cc, and bcc are strings, comma-separated lists of email 
addresses, as described above.
-<BR>subject is a string, the subject of the message.
-<BR>sender is a string, it\'s the email address of the person sending the 
message. This string can not be
+<br />recipient, cc, and bcc are strings, comma-separated lists of email 
addresses, as described above.
+<br />subject is a string, the subject of the message.
+<br />sender is a string, it\'s the email address of the person sending the 
message. This string can not be
 a comma-separated list, it must contain a single email address only.
 text is a string, it contains the body of the message.
-<BR>mimetype, a string, is a standard MIME type, for example, text/plain.
+<br />mimetype, a string, is a standard MIME type, for example, text/plain.
 ';
 
        // WARNING; this functionality depends on the sendmail -t option
@@ -454,7 +454,7 @@
        }
 
        $v1_countTheEntities_sig=array(array(xmlrpcStruct, xmlrpcString));
-       $v1_countTheEntities_doc='This handler takes a single parameter, a 
string, that contains any number of predefined entities, namely &lt;, &gt;, 
&amp; \' and ".<BR>Your handler must return a struct that contains five fields, 
all numbers:  ctLeftAngleBrackets, ctRightAngleBrackets, ctAmpersands, 
ctApostrophes, ctQuotes.';
+       $v1_countTheEntities_doc='This handler takes a single parameter, a 
string, that contains any number of predefined entities, namely &lt;, &gt;, 
&amp; \' and ".<br />Your handler must return a struct that contains five 
fields, all numbers:  ctLeftAngleBrackets, ctRightAngleBrackets, ctAmpersands, 
ctApostrophes, ctQuotes.';
 
        function v1_countTheEntities($m)
        {




reply via email to

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