bugfix [ 912400 ] db link not working

This commit is contained in:
JT Smith 2004-03-25 19:52:19 +00:00
parent 3f8162519f
commit 2e240b8cda
5 changed files with 9 additions and 11 deletions

View file

@ -343,7 +343,7 @@ The unique identifier for the selected template. Defaults to "0", which is the W
=cut
sub databaseLink {
my $value = $_[0]->{value} || 1;
my $value = $_[0]->{value} || 0;
my $name = $_[0]->{name} || "databaseLinkId";
return selectList({
name=>$name,