latham
2011-10-25 f3e79ae3011d2d2812f935c775d1a9a0155d1664
someone left a troubleshooting print_r in the code
1 files modified
1 ■■■■ changed files
interface/web/sites/web_domain_edit.php 1 ●●●● patch | view | raw | blame | history
interface/web/sites/web_domain_edit.php
@@ -142,7 +142,6 @@
            $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':'';