This commit is contained in:
parent
cfe69f2738
commit
e45084eafb
1 changed files with 0 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ sub _processQuery {
|
|||
my $dbh = $dbLink->db;
|
||||
if (defined $dbh) {
|
||||
if ($dbLink->queryIsAllowed($query)) {
|
||||
# if ($query =~ /^select/i || $query =~ /^show/i || $query =~ /^describe/i) {
|
||||
# Check and execute prequery statements first
|
||||
foreach (split(/\n/, $self->getValue("prequeryStatements".$nr))) {
|
||||
my $prequeryStatement = $_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue