From 487bd18bb0d8edceb1e2c120a6617b20c0f13aff Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Mon, 18 Jun 2007 13:02:37 +0000 Subject: [PATCH] --- include/globals.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/globals.inc.php b/include/globals.inc.php index df3192186..41f6ca367 100644 --- a/include/globals.inc.php +++ b/include/globals.inc.php @@ -13,6 +13,7 @@ // Wochentage auf Deutsch (Zeitwunsch) global $tagbez; $tagbez=array(); + $tagbez[0]="Sonntag"; $tagbez[1]="Montag"; $tagbez[2]="Dienstag"; $tagbez[3]="Mittwoch";