aboutsummaryrefslogtreecommitdiff
path: root/views/xml/xml-rpc/output.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/xml/xml-rpc/output.php')
-rw-r--r--views/xml/xml-rpc/output.php23
1 files changed, 9 insertions, 14 deletions
diff --git a/views/xml/xml-rpc/output.php b/views/xml/xml-rpc/output.php
index 7fa37518f..4276029d1 100644
--- a/views/xml/xml-rpc/output.php
+++ b/views/xml/xml-rpc/output.php
@@ -1,16 +1,11 @@
<?php
- /**
- * Elgg XML output for XML-RPC
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008
- * @link http://elgg.org/
- */
+/**
+ * Elgg XML output for XML-RPC
+ *
+ * @package Elgg
+ * @subpackage Core
+ */
- $result = $vars['result'];
-
- echo "$result";
-?> \ No newline at end of file
+$result = $vars['result'];
+
+echo "$result"; \ No newline at end of file