From b017cd6789ed1e8acd55bff92296182dfe8b4b9e Mon Sep 17 00:00:00 2001 From: PhantomVl Date: Fri, 15 Sep 2017 18:49:10 +0300 Subject: [PATCH] Prerelease 15.09.2017 Helps --- views/form.adddevice.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/form.adddevice.php b/views/form.adddevice.php index 02e75d6..3c8011e 100644 --- a/views/form.adddevice.php +++ b/views/form.adddevice.php @@ -44,14 +44,14 @@ if (!empty($_REQUEST['id'])) { '; - echo $this->ShowGroup('sccp_hw_dev', 1, 'sccp_hw_', $def_val); + echo $this->ShowGroup('sccp_hw_dev', 1, 'sccp_hw', $def_val); } else { echo ''; - echo $this->ShowGroup('sccp_hw_dev_edit', 1, 'sccp_hw_', $def_val); + echo $this->ShowGroup('sccp_hw_dev_edit', 1, 'sccp_hw', $def_val); } - echo $this->ShowGroup('sccp_hw_dev2', 1, 'sccp_hw_', $def_val); - echo $this->ShowGroup('sccp_hw_dev_advance', 1, 'sccp_hw_', $def_val); - echo $this->ShowGroup('sccp_hw_dev_conference', 1, 'sccp_hw_', $def_val); - echo $this->ShowGroup('sccp_hw_dev_network', 1, 'sccp_hw_', $def_val); + echo $this->ShowGroup('sccp_hw_dev2', 1, 'sccp_hw', $def_val); + echo $this->ShowGroup('sccp_hw_dev_advance', 1, 'sccp_hw', $def_val); + echo $this->ShowGroup('sccp_hw_dev_conference', 1, 'sccp_hw', $def_val); + echo $this->ShowGroup('sccp_hw_dev_network', 1, 'sccp_hw', $def_val); ?>