1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

removed orphaned variable

This commit is contained in:
Achim Ennenbach
2018-05-15 22:56:13 +02:00
parent fc2873f46b
commit b1473ed919

View File

@@ -865,7 +865,8 @@ class e_form
$options['class'] .= " form-control";
$options['type'] ='number';
$mlength = vartrue($maxlength) ? "maxlength=".$maxlength : "";
// Not used anymore
//$mlength = vartrue($maxlength) ? "maxlength=".$maxlength : "";
// Always define the min. parameter
// defaults to 0