summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/settings/timeformat.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/ajax/settings/timeformat.php')
-rw-r--r--apps/calendar/ajax/settings/timeformat.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/calendar/ajax/settings/timeformat.php b/apps/calendar/ajax/settings/timeformat.php
index 809164e870a..eebb687dfac 100644
--- a/apps/calendar/ajax/settings/timeformat.php
+++ b/apps/calendar/ajax/settings/timeformat.php
@@ -8,5 +8,4 @@
OCP\JSON::checkLoggedIn();
$timeformat = OCP\Config::getUserValue( OCP\USER::getUser(), 'calendar', 'timeformat', "24");
-OCP\JSON::encodedPrint(array("timeformat" => $timeformat));
-?>
+OCP\JSON::encodedPrint(array("timeformat" => $timeformat)); \ No newline at end of file