From f3e79ae3011d2d2812f935c775d1a9a0155d1664 Mon Sep 17 00:00:00 2001 From: latham Date: Tue, 25 Oct 2011 17:36:49 +0000 Subject: [PATCH] someone left a troubleshooting print_r in the code --- interface/web/sites/web_domain_edit.php | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/web/sites/web_domain_edit.php b/interface/web/sites/web_domain_edit.php index 34a61a0b1..16643649b 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':''; -- GitLab