Added Message Board wobject.

This commit is contained in:
JT Smith 2002-05-23 02:59:26 +00:00
parent 56d30226c4
commit 2db835733f
5 changed files with 349 additions and 418 deletions

View file

@ -359,7 +359,9 @@ sub group {
$name = shift;
$label = shift;
$value = shift;
$value = [7] if ($value eq ""); #doing long form otherwise arrayRef didn't work
if ($$value[0] eq "") { #doing long form otherwise arrayRef didn't work
$value = [7];
}
$size = shift || 1;
$multiple = shift;
$multiple = ' multiple="1" ' if ($multiple);