diff options
Diffstat (limited to 'h-source/Application/Controllers/PrintersController.php')
-rw-r--r-- | h-source/Application/Controllers/PrintersController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/PrintersController.php b/h-source/Application/Controllers/PrintersController.php index acf1b59..018d92f 100644 --- a/h-source/Application/Controllers/PrintersController.php +++ b/h-source/Application/Controllers/PrintersController.php @@ -57,7 +57,7 @@ class PrintersController extends GenericController $this->m['HardwareModel']->softConditions['update'] = array( "checkMatch|".Hardware::$regExpressions['kernel'] => "kernel|characters not allowed in the <i>kernel</i> entry", - "checkLength|20000" => "description", + "checkLength|40000" => "description", "+checkLength|49" => "driver", "++checkLength|49" => "kernel", "++checkMatch|".Hardware::$regExpressions['driver'] => "driver|only the following characters are allowed for the <i>driver</i> entry: a-z A-Z 0-9 - _ . + s / , : ; ( ) [ ]", |