This commit is contained in:
Matthew Wilson 2006-04-17 08:52:02 +00:00
parent 2b8d4c247b
commit 82403c108c

View file

@ -795,7 +795,7 @@ sub write {
my $sql = shift;
my $params = shift;
my $sth = $self->prepare($sql);
$sth->execute(@$params);
$sth->execute($params);
}