summaryrefslogtreecommitdiff
path: root/includes/xmlrpc.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-23 13:17:20 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-23 13:17:20 +0000
commite08abdd25259e8a2d8e4986a04e55ecd629f077d (patch)
treee585233eb19a629aa8c104a55b2273672ad5fb35 /includes/xmlrpc.inc
parent0d89694edbb2b280a28ed8f538683caddf72f168 (diff)
downloadbrdo-e08abdd25259e8a2d8e4986a04e55ecd629f077d.tar.gz
brdo-e08abdd25259e8a2d8e4986a04e55ecd629f077d.tar.bz2
#194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed)
Diffstat (limited to 'includes/xmlrpc.inc')
-rw-r--r--includes/xmlrpc.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc
index 6dd79b8c3..59210a459 100644
--- a/includes/xmlrpc.inc
+++ b/includes/xmlrpc.inc
@@ -1,12 +1,13 @@
<?php
// $Id$
-/*
- Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005
- Version 1.7 (beta) - Simon Willison, 23rd May 2005
- Site: http://scripts.incutio.com/xmlrpc/
- Manual: http://scripts.incutio.com/xmlrpc/manual.php
- This version is made available under the GNU GPL License
+/**
+ * @file
+ * Drupal XML-RPC library. Based on the IXR - The Incutio XML-RPC Library - (c) Incutio Ltd 2002-2005
+ * Version 1.7 (beta) - Simon Willison, 23rd May 2005
+ * Site: http://scripts.incutio.com/xmlrpc/
+ * Manual: http://scripts.incutio.com/xmlrpc/manual.php
+ * This version is made available under the GNU GPL License
*/
/**