# | Line 53 | Line 53 | sub _executequery { | |
---|---|---|
53 | my $userquery=shift; | |
54 | my $query=shift; | |
55 | ||
56 | + | my $found='false'; |
57 | # -- informational for each query | |
58 | print "+"x30; | |
59 | + | print "\n"; |
60 | print $userquery->querymessage($query)."\n"; | |
61 | ||
62 | # -- ship off to the correct routine based on type |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |