From 3560a0be1d6042d21a835790bd5ddb4c01c7de5c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Mar 2006 06:58:27 +0100 Subject: LM fix for incorrect schema error --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 1d79b9938..bb0217d3e 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; -- cgit v1.2.3