um, weird.
This commit is contained in:
parent
0fc0ae5531
commit
2b8d4c247b
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ sub write {
|
|||
my $sql = shift;
|
||||
my $params = shift;
|
||||
my $sth = $self->prepare($sql);
|
||||
$sth->execute($params);
|
||||
$sth->execute(@$params);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue