diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-01-29 16:07:54 +0100 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-01-29 16:08:09 +0100 |
commit | 30f1de71a694bb526b08e4fb6a0333659bd2030e (patch) | |
tree | 4a40a6f638d4f8131645efec6f70dcd1609dd449 | |
parent | 927bf569401c3e4f60837dd7847d39e0ef4044c4 (diff) | |
download | nextcloud-server-30f1de71a694bb526b08e4fb6a0333659bd2030e.tar.gz nextcloud-server-30f1de71a694bb526b08e4fb6a0333659bd2030e.zip |
remove debug file
-rw-r--r-- | apps/calendar/templates/lAfix.php | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/calendar/templates/lAfix.php b/apps/calendar/templates/lAfix.php deleted file mode 100644 index 61025ae6dea..00000000000 --- a/apps/calendar/templates/lAfix.php +++ /dev/null @@ -1,39 +0,0 @@ -<?php -$l->t('Sunday'); -$l->t('Monday'); -$l->t('Tuesday'); -$l->t('Wednesday'); -$l->t('Thursday'); -$l->t('Friday'); -$l->t('Saturday'); -$l->t('Sun.'); -$l->t('Mon.'); -$l->t('Tue.'); -$l->t('Wed.'); -$l->t('Thu.'); -$l->t('Fri.'); -$l->t('Sat.'); -$l->t('January'); -$l->t('February'); -$l->t('March'); -$l->t('April'); -$l->t('May'); -$l->t('June'); -$l->t('July'); -$l->t('August'); -$l->t('September'); -$l->t('October'); -$l->t('November'); -$l->t('December'); -$l->t('Jan.'); -$l->t('Feb.'); -$l->t('Mar.'); -$l->t('Apr.'); -$l->t('May.'); -$l->t('Jun.'); -$l->t('Jul.'); -$l->t('Aug.'); -$l->t('Sep.'); -$l->t('Oct.'); -$l->t('Nov.'); -$l->t('Dec.');
\ No newline at end of file |