add resettimezone file for testing timezone detection

This commit is contained in:
Georg Ehrke 2011-12-09 14:36:43 +01:00
parent add48b2657
commit bd68cee8cf
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
require_once ("../../lib/base.php");
OC_Preferences::deleteKey(OC_USER::getUser(), 'calendar', 'timezone');
?>