Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
c40e1fe9
Commit
c40e1fe9
authored
Mar 08, 2007
by
tbrehm
Browse files
Fixed a bug in the group selector of the user edit form of the admin module.
parent
00fad689
Changes
1
Show whitespace changes
Inline
Side-by-side
interface/web/admin/form/users.tform.php
View file @
c40e1fe9
...
...
@@ -412,7 +412,7 @@ $form["tabs"]['groups'] = array (
'regex'
=>
''
,
'errmsg'
=>
''
,
'default'
=>
''
,
'value'
=>
array_merge
(
array
(
0
=>
''
),
$groups_list
)
,
'value'
=>
$groups_list
,
'separator'
=>
','
,
'width'
=>
'30'
,
'maxlength'
=>
'255'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment