From 9f096b32294ae8efea2a4c289ee5bd5a338e2ed9 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 16 Mar 2011 17:28:45 +0100 Subject: KCL jetzt auf 175 zeichen begrentzt --- application/modules/dev/forms/BootosEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/dev/forms/BootosEdit.php') diff --git a/application/modules/dev/forms/BootosEdit.php b/application/modules/dev/forms/BootosEdit.php index 4a0ee3b..000ec7a 100644 --- a/application/modules/dev/forms/BootosEdit.php +++ b/application/modules/dev/forms/BootosEdit.php @@ -84,7 +84,7 @@ class dev_Form_BootosEdit extends Zend_Form $this->addElement('textarea', 'defaultkcl', array( 'filters' => array('StringTrim'), 'validators' => array( - array('StringLength', false, array(0, 50)), + array('StringLength', false, array(0, 175)), ), 'required' => false, 'rows' => 5, -- cgit v1.2.3-55-g7522