Skip to content

Commit

Permalink
opening hours changed (patch by tsd)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.muze.nl/svn/multigate_commands/trunk@94 07fb6d0f-9701-0410-8146-bd1aaf089aca
  • Loading branch information
Casper Joost Eyckelhof committed Jun 13, 2006
1 parent 81ebb67 commit 528e895
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions zwembad/zwembad.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
use strict;

my %openingstijden = (
"zondag" => "14:00 - 17:00",
"maandag" => "11:45 - 14:00",
"dinsdag" => "11:45 - 14:00 en 16:00 - 18:00",
"woensdag" => "11:45 - 14:00 en 16:00 - 18:00",
"donderdag" => "11:45 - 14:00 en 16:00 - 18:00",
"vrijdag" => "11:30 - 14:00 en 15:30 - 17:30",
"zaterdag" => "14:00 - 17:00"
"maandag" => "11:00 - 18:00",
"dinsdag" => "11:00 - 18:00",
"woensdag" => "11:00 - 18:00",
"donderdag" => "11:00 - 18:00",
"vrijdag" => "11:00 - 18:00",
"zaterdag" => "12:00 - 18:00",
"zondag" => "12:00 - 18:00",
);

my $thisday = ( 'zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag' )[ (localtime)[6] ];
Expand Down

0 comments on commit 528e895

Please sign in to comment.