aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Models
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Models')
-rw-r--r--h-source/Application/Models/HardwareModel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Models/HardwareModel.php b/h-source/Application/Models/HardwareModel.php
index fdfdd7b..f51333e 100644
--- a/h-source/Application/Models/HardwareModel.php
+++ b/h-source/Application/Models/HardwareModel.php
@@ -79,7 +79,7 @@ class HardwareModel extends Model_Map {
"checkNotEmpty" => "model|you have to fill the <i>model name</i> entry",
"checkMatch|".Hardware::$regExpressions['model'] => "model|characters not allowed in the <i>model name</i> entry",
"+checkMatch|".Hardware::$regExpressions['vendorid_productid'] => "pci_id|<i>VendorID:ProductID</i> has to have the following format: [a-zA-Z0-9]{4}(\:)[a-zA-Z0-9]{4}",
- "checkLength|99" => "model",
+ "checkLength|190" => "model",
"+checkLength|299" => "distribution",
"++checkIsStrings|".Hardware::getCommYears() => "comm_year",
"+++checkIsStrings|".$worksOptions => $worksField,