summaryrefslogtreecommitdiffstats
path: root/application/modules
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 13:21:17 +0100
committerMichael Neves2012-01-26 13:21:17 +0100
commitb7f360f88bec18ddcde528e3e3400fb869de8c09 (patch)
treed2d49f7722d698d62c9e50109ead7d0a1d6a10e2 /application/modules
parentfbgui IndexController host was hardcoded.. (diff)
downloadpbs2-b7f360f88bec18ddcde528e3e3400fb869de8c09.tar.gz
pbs2-b7f360f88bec18ddcde528e3e3400fb869de8c09.tar.xz
pbs2-b7f360f88bec18ddcde528e3e3400fb869de8c09.zip
Added Preboottype in DB {usb, iso}
Diffstat (limited to 'application/modules')
-rw-r--r--application/modules/user/forms/BootmenuEntries.php3
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,