From 8760703168ff4eb17960346db3a6d9c34e064eab Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 21 Jun 2017 18:43:07 +0200 Subject: [locationinfo] Remove configupdate field --- modules-available/locationinfo/page.inc.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules-available/locationinfo/page.inc.php') diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php index c3232b80..e8ce7b78 100644 --- a/modules-available/locationinfo/page.inc.php +++ b/modules-available/locationinfo/page.inc.php @@ -247,7 +247,6 @@ class Page_LocationInfo extends Page 'switchtime' => Request::post('switchtime', 20, 'int'), 'calupdate' => Request::post('calupdate', 120, 'int'), 'roomupdate' => Request::post('roomupdate', 30, 'int'), - 'configupdate' => Request::post('configupdate', 180, 'int'), ); if ($conf['roomupdate'] < 15) { $conf['roomupdate'] = 15; @@ -255,9 +254,6 @@ class Page_LocationInfo extends Page if ($conf['calupdate'] < 30) { $conf['calupdate'] = 30; } - if ($conf['configupdate'] < 10) { - $conf['configupdate'] = 10; - } if ($paneluuid === 'new') { $paneluuid = Util::randomUuid(); @@ -760,7 +756,6 @@ class Page_LocationInfo extends Page 'switchtime' => $config['switchtime'], 'calupdate' => $config['calupdate'], 'roomupdate' => $config['roomupdate'], - 'configupdate' => $config['configupdate'], 'locations' => Location::getLocations(), 'locationids' => $panel['locationids'], )); @@ -771,7 +766,6 @@ class Page_LocationInfo extends Page 'panelname' => $panel['panelname'], 'languages' => $langs, 'roomupdate' => $config['roomupdate'], - 'configupdate' => $config['configupdate'], 'locations' => Location::getLocations(), 'locationids' => $panel['locationids'], )); -- cgit v1.2.3-55-g7522