~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/inc/_misc/ext/_xmlrpc.php

  • Committer: fplanque
  • Date: 2006-03-12 22:08:51 UTC
  • Revision ID: cvs-1:fplanque-20060312220851-zqs1uoq44tacpqqx
doc cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 */
7
7
// by Edd Dumbill (C) 1999-2002
8
8
// <edd@usefulinc.com>
9
 
// $Id: _xmlrpc.php,v 1.1 2006/02/23 21:12:33 fplanque Exp $
 
9
// $Id: _xmlrpc.php,v 1.2 2006/03/12 23:09:26 fplanque Exp $
10
10
 
11
11
// additional fixes for case of missing xml extension file by Michel Valdrighi <m@tidakada.com>
12
12
 
265
265
         * into their equivalent 'charset entity'. Charset entities enumerated this way
266
266
         * are independent of the charset encoding used to transmit them, and all XML
267
267
         * parsers are bound to understand them.
268
 
         *
269
 
         * {@internal xmlrpc_entity_decode(-)}}
270
268
         */
271
269
        function xmlrpc_entity_decode($string)
272
270
        {