We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab3cdc commit f3e79aeCopy full SHA for f3e79ae
interface/web/sites/web_domain_edit.php
@@ -142,7 +142,6 @@ function onShowEnd() {
142
$tmp = $app->db->queryOneRecord("SELECT groupid FROM sys_group WHERE client_id = ".$client['client_id']);
143
$client_select = '<option value="'.$tmp['groupid'].'">'.$client['contact_name'].'</option>';
144
//$tmp_data_record = $app->tform->getDataRecord($this->id);
145
- print_r($this->dataRecord);
146
if(is_array($records)) {
147
foreach( $records as $rec) {
148
$selected = @(is_array($this->dataRecord) && ($rec["groupid"] == $this->dataRecord['client_group_id'] || $rec["groupid"] == $this->dataRecord['sys_groupid']))?'SELECTED':'';
0 commit comments