allow multiple icons to be defined per OS, let user select one in the device settings

git-svn-id: http://www.observium.org/svn/observer/trunk@3146 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-05-07 15:39:48 +00:00
parent 96884a1baf
commit 56b2b49089
5 changed files with 94 additions and 6 deletions

View File

@@ -6,11 +6,6 @@ if ($_POST['editing'])
{
$updated = 0;
$descr = mres($_POST['descr']);
$ignore = mres($_POST['ignore']);
$type = mres($_POST['type']);
$disabled = mres($_POST['disabled']);
$override_sysLocation_bool = mres($_POST['override_sysLocation']);
if (isset($_POST['sysLocation'])) { $override_sysLocation_string = mres($_POST['sysLocation']); }