diff options
| author | michael pereira | 2011-03-16 17:28:45 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 17:28:45 +0100 |
| commit | 9f096b32294ae8efea2a4c289ee5bd5a338e2ed9 (patch) | |
| tree | 1e33da9eafeaddb960c0a8f605d43aee533049dd /application/modules/dev/forms/BootosEdit.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-9f096b32294ae8efea2a4c289ee5bd5a338e2ed9.tar.gz pbs2-9f096b32294ae8efea2a4c289ee5bd5a338e2ed9.tar.xz pbs2-9f096b32294ae8efea2a4c289ee5bd5a338e2ed9.zip | |
KCL jetzt auf 175 zeichen begrentzt
Diffstat (limited to 'application/modules/dev/forms/BootosEdit.php')
| -rw-r--r-- | application/modules/dev/forms/BootosEdit.php | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
