Skip to content
Snippets Groups Projects
Commit 042a23a5 authored by Robert Anderson's avatar Robert Anderson
Browse files

Fixed getting @params for query

parent 046b03b6
No related branches found
No related tags found
No related merge requests found
......@@ -114,8 +114,7 @@ sub setHandle
# @return DBI statement handle, undef on error
sub DBSelect
{
my ($query,@params) = shift;
my ($query,@params) = @_;
my $table_prefix = $dbh->table_prefix();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment