summaryrefslogtreecommitdiffstats
path: root/application/forms/EventEdit.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-11 14:21:52 +0200
committerBjörn Geiger2011-10-11 14:21:52 +0200
commitcb9d5630b34f39e2f6b44e4d15a483fb5569b89c (patch)
treed370a7a984e7a36d7a477c227190b459b39b5be6 /application/forms/EventEdit.php
parentnochmals eine korrektur (diff)
downloadpoolctrl-cb9d5630b34f39e2f6b44e4d15a483fb5569b89c.tar.gz
poolctrl-cb9d5630b34f39e2f6b44e4d15a483fb5569b89c.tar.xz
poolctrl-cb9d5630b34f39e2f6b44e4d15a483fb5569b89c.zip
minor
Diffstat (limited to 'application/forms/EventEdit.php')
-rwxr-xr-xapplication/forms/EventEdit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index afd4614..a28793e 100755
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -184,7 +184,7 @@ class Application_Form_EventEdit extends Zend_Form
));
}
- if(isset($this->params['repeat']) == 1) {
+ if($this->params['repeat'] == 1) {
$repeattypefield = $this->createElement('select','repeattype');
$repeattypefield ->setLabel('Repeat Type:');
@@ -204,7 +204,7 @@ class Application_Form_EventEdit extends Zend_Form
$this->addElement($repeattypefield);
}
- if(isset($this->params['repeat']) == 1) {
+ if($this->params['repeat'] == 1) {
$repeatendfield = $this->createElement('select','repeatend');
$repeatendfield ->setLabel('Repeat End:');