summaryrefslogtreecommitdiffstats
path: root/application/forms/EventAdd.php
diff options
context:
space:
mode:
authorSebastian Wagner2011-09-06 20:05:28 +0200
committerSebastian Wagner2011-09-06 20:05:28 +0200
commit93b1996514bea3631fd4e04e736dd3bc465c87b6 (patch)
tree31d621ebcda31097ec0517de8c1b41ce8cf8e5f7 /application/forms/EventAdd.php
parentqtip implemented, dayView now shows more detailed events (diff)
downloadpoolctrl-93b1996514bea3631fd4e04e736dd3bc465c87b6.tar.gz
poolctrl-93b1996514bea3631fd4e04e736dd3bc465c87b6.tar.xz
poolctrl-93b1996514bea3631fd4e04e736dd3bc465c87b6.zip
boot- and shutdownEvents defaultSize = 5min
Diffstat (limited to 'application/forms/EventAdd.php')
-rw-r--r--application/forms/EventAdd.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/application/forms/EventAdd.php b/application/forms/EventAdd.php
index 828c68d..b803873 100644
--- a/application/forms/EventAdd.php
+++ b/application/forms/EventAdd.php
@@ -48,9 +48,6 @@ 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'),