From f3e79ae3011d2d2812f935c775d1a9a0155d1664 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Tue, 25 Oct 2011 13:36:49 -0400
Subject: [PATCH] someone left a troubleshooting print_r in the code

---
 interface/web/sites/web_domain_edit.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/interface/web/sites/web_domain_edit.php b/interface/web/sites/web_domain_edit.php
index 34a61a0..1664364 100644
--- a/interface/web/sites/web_domain_edit.php
+++ b/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':'';

--
Gitblit v1.9.1