Skip to content
Snippets Groups Projects
Commit 42b04f42 authored by Leif Andersson's avatar Leif Andersson
Browse files

.

parent dde972d5
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ $place = $this->CreateInputSelectList($id, $name, $groupNames, ...@@ -83,7 +83,7 @@ $place = $this->CreateInputSelectList($id, $name, $groupNames,
$selected, 10, '', false); $selected, 10, '', false);
$smarty->assign('selectgroup',$place); $smarty->assign('selectgroup',$place);
$formValues = array(); $hiddenParameters = ''; $formValues = array(); $hiddenParameters = array();
foreach ($params as $key => $value) { foreach ($params as $key => $value) {
if ($key == 'search' || $key == 'action') continue; if ($key == 'search' || $key == 'action') continue;
if ($key == 'Grupp' && $value == 'None') continue; if ($key == 'Grupp' && $value == 'None') continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment