From 65d2bc38fb0d3a304a4728b71c65e60969b0d2ec Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Thu, 27 Oct 2011 13:03:31 +0200 Subject: Edit Formular korrigiert --- application/forms/EventEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/forms/EventEdit.php') diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php index 1c1e592..840ecca 100755 --- a/application/forms/EventEdit.php +++ b/application/forms/EventEdit.php @@ -164,7 +164,7 @@ class Application_Form_EventEdit extends Zend_Form array('StringLength', false, array(0, 19)), array('Date', false, array('format' => 'mm/dd/yyyy h:i a')), array('DateGreaterThan', false, array('element' => 'End', 'compare' => 'Start', 'min' => $this->getElement('start')->getValue())), - array('EventOverlapping', false, array('poolID' => $this->params['pbs_poolID'], 'start' => $this->getElement('start')->getValue())), + array('EventOverlapping', false, array('poolID' => $this->params['pbs_poolID'], 'start' => $this->getElement('start')->getValue(), 'eventID' => $this->params['eventID'])), ), 'required' => false, 'label' => 'End:', -- cgit v1.2.3-55-g7522