diff options
| author | Michael Neves | 2012-01-26 13:21:17 +0100 |
|---|---|---|
| committer | Michael Neves | 2012-01-26 13:21:17 +0100 |
| commit | b7f360f88bec18ddcde528e3e3400fb869de8c09 (patch) | |
| tree | d2d49f7722d698d62c9e50109ead7d0a1d6a10e2 /application/modules/user | |
| parent | fbgui IndexController host was hardcoded.. (diff) | |
| download | pbs2-b7f360f88bec18ddcde528e3e3400fb869de8c09.tar.gz pbs2-b7f360f88bec18ddcde528e3e3400fb869de8c09.tar.xz pbs2-b7f360f88bec18ddcde528e3e3400fb869de8c09.zip | |
Added Preboottype in DB {usb, iso}
Diffstat (limited to 'application/modules/user')
| -rw-r--r-- | application/modules/user/forms/BootmenuEntries.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/modules/user/forms/BootmenuEntries.php b/application/modules/user/forms/BootmenuEntries.php index ae11d84..a2b861a 100644 --- a/application/modules/user/forms/BootmenuEntries.php +++ b/application/modules/user/forms/BootmenuEntries.php @@ -93,9 +93,6 @@ class user_Form_BootmenuEntries extends Zend_Form { if($_POST['kcl']) { $this->addElement('textarea', 'defaultkcl', array( 'filters' => array('StringTrim'), - 'validators' => array( - array('StringLength', false, array(0, 50)), - ), 'required' => false, 'cols' => 50, 'rows' => 5, |
