From: umherirrender Date: Sun, 3 Jun 2012 17:53:25 +0000 (+0200) Subject: Use new xsd schema 0.7 in Export.php X-Git-Tag: 1.31.0-rc.0~23198^2~7^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=ad6072fc63070e04b7705ebbea40990196e910fc;p=lhc%2Fweb%2Fwiklou.git Use new xsd schema 0.7 in Export.php Change Idb82fe62 added a new xsd, but didn't use it. Change-Id: I030d245715174daeaf24723ebc156ab36761a035 --- diff --git a/includes/Export.php b/includes/Export.php index 0bfcd74555..9debbb5ed6 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -468,7 +468,7 @@ class XmlDumpWriter { * @return string */ function schemaVersion() { - return "0.6"; + return "0.7"; } /**