summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-06-21 18:43:07 +0200
committerSimon Rettberg2017-06-21 18:43:07 +0200
commit8760703168ff4eb17960346db3a6d9c34e064eab (patch)
tree0b8bd76a1916d156604bb2454bb4bc17bdb47b87 /modules-available/locationinfo/page.inc.php
parent[locationinfo] Update install script (diff)
downloadslx-admin-8760703168ff4eb17960346db3a6d9c34e064eab.tar.gz
slx-admin-8760703168ff4eb17960346db3a6d9c34e064eab.tar.xz
slx-admin-8760703168ff4eb17960346db3a6d9c34e064eab.zip
[locationinfo] Remove configupdate field
Diffstat (limited to 'modules-available/locationinfo/page.inc.php')
-rw-r--r--modules-available/locationinfo/page.inc.php6
1 files changed, 0 insertions, 6 deletions
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'],
));