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:
@@ -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
|
||||
|
Reference in New Issue
Block a user