spacing and quotes
This commit is contained in:
parent
e4256ddd90
commit
15d30b45c3
|
@ -131,10 +131,10 @@ sub Execute {
|
|||
sub Sql {
|
||||
my $self = shift;
|
||||
$$self{Sql} = shift if @_;
|
||||
if ( ! $$self{Sql} ) {
|
||||
if ( !$$self{Sql} ) {
|
||||
$self->{Sql} = '';
|
||||
if ( ! $self->{Query_json} ) {
|
||||
Warning("No query in Filter!");
|
||||
if ( !$self->{Query_json} ) {
|
||||
Warning('No query in Filter!');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue