Skip to content
Snippets Groups Projects
Commit fc3c0ec2 authored by Web Admin's avatar Web Admin
Browse files

ws

parent 57e4e23b
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ sub _list_dbIDs {
}
my @out;
my $sql = "SELECT " . $pk . " FROM " . $table;
my $sql = "SELECT " . $pk . " FROM " . $table;
my $sth = $self->prepare($sql);
$sth->execute;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment