Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/ajax/activation.php')
-rwxr-xr-x[-rw-r--r--]apps/calendar/ajax/activation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/ajax/activation.php b/apps/calendar/ajax/activation.php
index adf44468c28..51c5777f643 100644..100755
--- a/apps/calendar/ajax/activation.php
+++ b/apps/calendar/ajax/activation.php
@@ -2,7 +2,7 @@
/*************************************************
* ownCloud - Calendar Plugin *
* *
- * (c) Copyright 2011 Bart Visscher *
+ * (c) Copyright 2011 Georg Ehrke *
* author: Georg Ehrke *
* email: ownclouddev at georgswebsite dot de *
* homepage: ownclouddev.georgswebsite.de *
@@ -24,4 +24,4 @@ if(!OC_USER::isLoggedIn()) {
$calendarid = $_POST['calendarid'];
OC_Calendar_Calendar::setCalendarActive($calendarid, $_POST['active']);
$cal = OC_Calendar_Calendar::findCalendar($calendarid);
-echo $cal['active']; \ No newline at end of file
+echo $cal['active'];