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
Zvonimir
ISPConfig 3
Commits
f3e79ae3
Commit
f3e79ae3
authored
Oct 25, 2011
by
latham
Browse files
someone left a troubleshooting print_r in the code
parent
8ab3cdc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/web_domain_edit.php
View file @
f3e79ae3
...
...
@@ -142,7 +142,6 @@ 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