segal3
5th of October 2006 (Thu), 23:29
basecode/SCRIPT_common_functions.php
Line 1845:
$m = " maxlenght=\"{$m}\"";
Shouldn't this be:
$m = " maxlength=\"{$m}\"";
Line 1845:
$m = " maxlenght=\"{$m}\"";
Shouldn't this be:
$m = " maxlength=\"{$m}\"";