summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-31 06:58:27 +0100
committerAndrew Dolgov <[email protected]>2006-03-31 06:58:27 +0100
commit3560a0be1d6042d21a835790bd5ddb4c01c7de5c (patch)
tree1838cfc61c91dfa1a864a028b8fdbc92d36e7701 /functions.php
parent86d67348e99934e38b39bbc04d584d288a38a48d (diff)
LM fix for incorrect schema error
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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 "<error error-code='$error_code'/>";
+ print_error_xml(5);
return false;
} else {
return true;