]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove test data from calendar creation
authorBart Visscher <bartv@thisnet.nl>
Fri, 30 Sep 2011 21:12:41 +0000 (23:12 +0200)
committerBart Visscher <bartv@thisnet.nl>
Fri, 30 Sep 2011 21:17:30 +0000 (23:17 +0200)
apps/calendar/ajax/newcalendar.php

index 199f95fb4635df4a825e93f52e2f4dcb3db7f7ed..e01ae01ee8a9905e6fbe797c2e7bdcd36c411429 100644 (file)
@@ -14,9 +14,9 @@ if(!OC_USER::isLoggedIn()) {
 OC_JSON::checkAppEnabled('calendar');
 $calendar = array(
        'id' => 'new',
-       'displayname' => 'Test',
-       'description' => 'Test calendar',
-       'calendarcolor' => 'black',
+       'displayname' => '',
+       'description' => '',
+       'calendarcolor' => '',
 );
 $tmpl = new OC_Template('calendar', 'part.editcalendar');
 $tmpl->assign('new', true);