fixed bug 633314

This commit is contained in:
JT Smith 2002-11-23 04:25:33 +00:00
parent 4776b235c4
commit 0eec68b829
4 changed files with 18 additions and 4 deletions

View file

@ -869,7 +869,7 @@ sub password {
sub phone {
my ($maxLength);
$maxLength = shift || 30;
$maxLength = $_[0]->{maxLength} || 30;
return text({
name=>$_[0]->{name},
maxlength=>$maxLength,