lib: replace shift my @_ (pt2)
This commit is contained in:
@@ -17,8 +17,7 @@ sub get_columns($) {
|
||||
}
|
||||
|
||||
sub get ($$) {
|
||||
my $config = shift;
|
||||
my $condition = shift;
|
||||
my ($config, $condition) = @_;
|
||||
|
||||
my @conditions = ();
|
||||
my @bind_values = ();
|
||||
|
||||
Reference in New Issue
Block a user