From e58322734a3b0a38f4fbb9f061bab0987060de60 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 2 Jun 2008 12:45:21 +0000 Subject: - [DEV-171] fix to form (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5741 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontends/php/include/forms.inc.php') diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 80c36eed..845656d0 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2862,8 +2862,6 @@ } else{ unset($_REQUEST['recovery_msg']); - $tblAct->AddItem(new CVar('r_shortdata', '')); - $tblAct->AddItem(new CVar('r_longdata','')); } $cmbStatus = new CComboBox('status',$status); -- cgit