diff --git a/phosta.pl b/phosta.pl
index daaab7d6bf3bfc2bfd5e4a2257e69b8e161c9d02..df8ecb3621ebcaebe01f47da1264778c3ec93f00 100755
--- a/phosta.pl
+++ b/phosta.pl
@@ -177,7 +177,7 @@ push @returnarray, \@line;
}
return @returnarray;
}
- return undef;
+ return;
}
sub get_sql
@@ -233,6 +233,7 @@
foreach (get_filters())
{
+
push @wherearray, @{$_}[0] . (@{$_}[1] =~ /!/ ? ' NOT' : '') . " LIKE '%@{$_}[2]%'";
}