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