summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-06 17:14:29 +0200
committerSebastian Wagner2011-09-06 17:14:29 +0200
commitd9eaa12a59a4db460cf9d0216b452d510a648cf6 (patch)
tree0b05ce9d1a1c583994cd5ffd57236c49340fd8b4 /application/forms/EventAdd.php
parenteventmove- and eventlistAction added (diff)
downloadpoolctrl-d9eaa12a59a4db460cf9d0216b452d510a648cf6.tar.gz
poolctrl-d9eaa12a59a4db460cf9d0216b452d510a648cf6.tar.xz
poolctrl-d9eaa12a59a4db460cf9d0216b452d510a648cf6.zip
eventResize and eventDrop works
Diffstat (limited to 'application/forms/EventAdd.php')
-rw-r--r--application/forms/EventAdd.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index b803873..828c68d 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -48,6 +48,9 @@ class Application_Form_EventAdd extends Zend_Form
{
$this->setName('EventAdd');
$this->setMethod('post');
+
+ $evstart = $this->getRequest()->getParam('evstart');
+ var_dump($evstart);
$this->addElement('text', 'title', array(
'filters' => array('StringTrim'),