From: Andrew Dolgov Date: Fri, 31 Mar 2006 05:58:27 +0000 (+0100) Subject: LM fix for incorrect schema error X-Git-Tag: 1.0.6~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3560a0be1d6042d21a835790bd5ddb4c01c7de5c;p=tt-rss.git LM fix for incorrect schema error --- diff --git a/functions.php b/functions.php index 1d79b993..bb0217d3 100644 --- a/functions.php +++ b/functions.php @@ -1037,7 +1037,7 @@ } if ($error_code != 0) { - print ""; + print_error_xml(5); return false; } else { return true;