summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index ff86a87f..d575cef1 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -4067,7 +4067,7 @@ include_once 'include/discovery.inc.php';
// $frmEventAck->SetHelp("web.config.workperiod.php");
$frmEventAck->AddVar("config",get_request("config",8));
- $exp_SELECT = new CComboBox('ack_enable');
+ $exp_select = new CComboBox('ack_enable');
$exp_select->AddItem(EVENT_ACK_ENABLED,S_ENABLED,$config['ack_enable']?'yes':'no');
$exp_select->AddItem(EVENT_ACK_DISABLED,S_DISABLED,$config['ack_enable']?'no':'yes');