merging 6.2.9 changes
This commit is contained in:
parent
1bb82bd7b9
commit
48caad2d74
42 changed files with 224 additions and 119 deletions
|
|
@ -416,6 +416,7 @@ The default value for this variable. If the variable is undefined then the defau
|
|||
sub process {
|
||||
my ($name, $type, $default) = @_;
|
||||
my $value;
|
||||
return undef unless (exists $session{form}{$name});
|
||||
$type = "text" if ($type eq "");
|
||||
$value = &$type($name);
|
||||
unless (defined $value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue