diff --git a/interface/web/sites/web_domain_edit.php b/interface/web/sites/web_domain_edit.php index 34a61a0b149323816eb47dae35af0c51b404191e..16643649b279dd84d0c2675ce61f433ac5ea6cae 100644 --- a/interface/web/sites/web_domain_edit.php +++ b/interface/web/sites/web_domain_edit.php @@ -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 = ''; //$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':'';