Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
60c1ac46
Commit
60c1ac46
authored
Nov 04, 2011
by
tbrehm
Browse files
Fixed: FS#1837 - Debug output shown when reseller edits website settings
parent
4a816980
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/web_domain_edit.php
View file @
60c1ac46
...
...
@@ -142,7 +142,7 @@ class page_action extends tform_actions {
$tmp
=
$app
->
db
->
queryOneRecord
(
"SELECT groupid FROM sys_group WHERE client_id = "
.
$client
[
'client_id'
]);
$client_select
=
'<option value="'
.
$tmp
[
'groupid'
]
.
'">'
.
$client
[
'contact_name'
]
.
'</option>'
;
//$tmp_data_record = $app->tform->getDataRecord($this->id);
print_r
(
$this
->
dataRecord
);
if
(
is_array
(
$records
))
{
foreach
(
$records
as
$rec
)
{
$selected
=
@
(
is_array
(
$this
->
dataRecord
)
&&
(
$rec
[
"groupid"
]
==
$this
->
dataRecord
[
'client_group_id'
]
||
$rec
[
"groupid"
]
==
$this
->
dataRecord
[
'sys_groupid'
]))
?
'SELECTED'
:
''
;
...
...
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