fix sanity check error message format

master
Andrew Dolgov 19 years ago
parent 1035fcecd8
commit 4c2abbc121

@ -1550,7 +1550,9 @@
$error_msg = "$error_msg; $add_msg"; $error_msg = "$error_msg; $add_msg";
} }
print "<rpc-reply>";
print "<error error-code=\"$code\" error-msg=\"$error_msg\"/>"; print "<error error-code=\"$code\" error-msg=\"$error_msg\"/>";
print "</rpc-reply>";
} }
function subscribe_to_feed($link, $feed_link, $cat_id = 0) { function subscribe_to_feed($link, $feed_link, $cat_id = 0) {

Loading…
Cancel
Save