Skip to content

Commit f3e79ae

Browse files
author
latham
committed
someone left a troubleshooting print_r in the code
1 parent 8ab3cdc commit f3e79ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

interface/web/sites/web_domain_edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ function onShowEnd() {
142142
$tmp = $app->db->queryOneRecord("SELECT groupid FROM sys_group WHERE client_id = ".$client['client_id']);
143143
$client_select = '<option value="'.$tmp['groupid'].'">'.$client['contact_name'].'</option>';
144144
//$tmp_data_record = $app->tform->getDataRecord($this->id);
145-
print_r($this->dataRecord);
146145
if(is_array($records)) {
147146
foreach( $records as $rec) {
148147
$selected = @(is_array($this->dataRecord) && ($rec["groupid"] == $this->dataRecord['client_group_id'] || $rec["groupid"] == $this->dataRecord['sys_groupid']))?'SELECTED':'';

0 commit comments

Comments
 (0)