um, weird.

This commit is contained in:
Matthew Wilson 2006-04-17 08:50:18 +00:00
parent 0fc0ae5531
commit 2b8d4c247b

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);
}