From 98844378e55146566c6218938fc09d696b6ef1c8 Mon Sep 17 00:00:00 2001 From: mrdrogdrog <tilman.vatteroth@udo.edu> Date: Mon, 16 Nov 2015 17:58:30 +0100 Subject: [PATCH] test --- panels/mensaPlan/config.php.skel | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/panels/mensaPlan/config.php.skel b/panels/mensaPlan/config.php.skel index 1d798cf..7b35e6e 100644 --- a/panels/mensaPlan/config.php.skel +++ b/panels/mensaPlan/config.php.skel @@ -2,11 +2,11 @@ // Universal $MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/"; $PARSE_DAYLIST = array ( - "montag", - "dienstag", - "mittwoch", - "donnerstag", - "freitag" + "montag", + "dienstag", + "mittwoch", + "donnerstag", + "freitag" ); $DO_SQL = true; $DO_JSON = true; @@ -28,3 +28,8 @@ $JSON_INC_COUNTER = true; $JSON_INC_STOFFE = false; $JSON_INC_DATE = true; ?> + + + + + -- GitLab