diff options
| author | michael pereira | 2011-03-11 10:02:36 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-11 10:02:36 +0100 |
| commit | 4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6 (patch) | |
| tree | 12b382b5eba4b864825875df9f36a7026f95a18d /application/forms | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6.tar.gz pbs2-4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6.tar.xz pbs2-4ec30e83c446ddf0758f015d9ad5c5aebd2f0ca6.zip | |
bootos getressources
Diffstat (limited to 'application/forms')
| -rw-r--r-- | application/forms/BootosCreate.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/forms/BootosCreate.php b/application/forms/BootosCreate.php index 8f699ce..0377197 100644 --- a/application/forms/BootosCreate.php +++ b/application/forms/BootosCreate.php @@ -56,7 +56,7 @@ class Application_Form_BootosCreate extends Zend_Form $this->addElement('text', 'path_init', array( 'filters' => array('StringTrim'), 'validators' => array( - array('StringLength', false, array(0, 50)), + array('StringLength', false, array(0, 250)), ), 'required' => true, 'size' => 50, @@ -66,7 +66,7 @@ class Application_Form_BootosCreate extends Zend_Form $this->addElement('text', 'path_kernel', array( 'filters' => array('StringTrim'), 'validators' => array( - array('StringLength', false, array(0, 50)), + array('StringLength', false, array(0, 250)), ), 'required' => true, 'size' => 50, |
