summaryrefslogtreecommitdiffstats
path: root/codebase
diff options
context:
space:
mode:
Diffstat (limited to 'codebase')
-rwxr-xr-xcodebase/update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/codebase/update.php b/codebase/update.php
index e8bd2ed..07c154e 100755
--- a/codebase/update.php
+++ b/codebase/update.php
@@ -223,7 +223,7 @@ class DataUpdate{
$output = $this->render_set($this->sql->select($sub_request), $this->item_class);
ob_clean();
- header("Content-type:text/xml; charset=".$this->encoding;);
+ header("Content-type:text/xml; charset=".$this->encoding);
echo $this->updates_start();
echo $this->get_version();
@@ -347,4 +347,4 @@ class JSONDataUpdate extends DataUpdate {
}
-?> \ No newline at end of file
+?>