summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-01 14:43:26 +0100
committerAndrew Dolgov <[email protected]>2006-06-01 14:43:26 +0100
commit4c2abbc1211b2fa415c8f1ef753f5bbb61668469 (patch)
tree6ee927c451d423cc7f2f2893fdc58e6721123a3b
parent1035fcecd8700e90c9e940c667bc66a2a0a1b241 (diff)
fix sanity check error message format
-rw-r--r--functions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 85498438c..3d6078b14 100644
--- a/functions.php
+++ b/functions.php
@@ -1550,7 +1550,9 @@
$error_msg = "$error_msg; $add_msg";
}
+ print "<rpc-reply>";
print "<error error-code=\"$code\" error-msg=\"$error_msg\"/>";
+ print "</rpc-reply>";
}
function subscribe_to_feed($link, $feed_link, $cat_id = 0) {