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

more space

parent 195753c3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ my $show_query= 0;
my $show_fetched= 0;
sub show_fetched { shift; my $ret= $show_fetched; $show_fetched= shift; $ret; }
sub show_query { shift; my $ret= $show_query; $show_query= shift; $ret }
sub show_query { shift; my $ret= $show_query; $show_query= shift; $ret; }
sub verbose { shift; my @ret= ($show_fetched, $show_query); $show_fetched= $show_query= shift; @ret; }
sub connect
......
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