fix sanity check error message format

This commit is contained in:
Andrew Dolgov 2006-06-01 14:43:26 +01:00
parent 1035fcecd8
commit 4c2abbc121

View file

@ -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) {