From 33fd6c239de24cced725f633c7c6907252d42b77 Mon Sep 17 00:00:00 2001
From: mrdrogdrog <tilman.vatteroth@udo.edu>
Date: Mon, 16 Nov 2015 18:00:28 +0100
Subject: [PATCH] Revert "test"

This reverts commit 98844378e55146566c6218938fc09d696b6ef1c8.
---
 panels/mensaPlan/config.php.skel | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/panels/mensaPlan/config.php.skel b/panels/mensaPlan/config.php.skel
index 7b35e6e..1d798cf 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,8 +28,3 @@ $JSON_INC_COUNTER = true;
 $JSON_INC_STOFFE = false;
 $JSON_INC_DATE = true;
 ?>
-
-
-
-
-
-- 
GitLab