Skip to content
Snippets Groups Projects
Commit 238e3d0a authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

variable $col is already available at this point

parent db606f5b
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ sub attach ...@@ -66,7 +66,7 @@ sub attach
return $mdb unless (defined ($col_name)); return $mdb unless (defined ($col_name));
my $col= $mdb->get_collection ($col_name); $col= $mdb->get_collection ($col_name);
if (defined ($col)) if (defined ($col))
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment