summaryrefslogtreecommitdiffstats
path: root/application/forms
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-07 16:53:35 +0200
committerBjörn Geiger2011-09-07 16:53:35 +0200
commit3ac0f58e2b7e0ca450af800ecb7c6a0cb9dbce8f (patch)
treecfdfbd56a2b8c7821c23482c2b8f8e8949a2a8ba /application/forms
parentMerge branch 'master' of git.openslx.org:lsfks/projekte/poolctrl (diff)
downloadpoolctrl-3ac0f58e2b7e0ca450af800ecb7c6a0cb9dbce8f.tar.gz
poolctrl-3ac0f58e2b7e0ca450af800ecb7c6a0cb9dbce8f.tar.xz
poolctrl-3ac0f58e2b7e0ca450af800ecb7c6a0cb9dbce8f.zip
kleine Änderung
Diffstat (limited to 'application/forms')
-rw-r--r--application/forms/EventAdd.php26
1 files changed, 13 insertions, 13 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index f5a5def..0687319 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -7,7 +7,7 @@ class Application_Form_EventAdd extends Zend_Form
private $poollist;
private $eventcategorylist;
private $start;
- private $end;
+ private $end;
public function setMembershiplist($membershiplist){
$this->membershiplist = $membershiplist;
@@ -31,18 +31,18 @@ class Application_Form_EventAdd extends Zend_Form
$this->poollist = $poollist;
}
-
- public function setStart($start)
- {
- $this->start = $start;
- return $this;
- }
-
- public function setEnd($end)
- {
- $this->end = $end;
- return $this;
- }
+
+ public function setStart($start)
+ {
+ $this->start = $start;
+ return $this;
+ }
+
+ public function setEnd($end)
+ {
+ $this->end = $end;
+ return $this;
+ }
public function getPoollist(){
return $this->poollist;