LM fix for incorrect schema error

This commit is contained in:
Andrew Dolgov 2006-03-31 06:58:27 +01:00
parent 86d67348e9
commit 3560a0be1d
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@
}
if ($error_code != 0) {
print "<error error-code='$error_code'/>";
print_error_xml(5);
return false;
} else {
return true;