File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -886,7 +886,7 @@ sub mysql_setup {
886
886
sub select_array {
887
887
my $req = shift ;
888
888
debugprint " PERFORM: $req " ;
889
- my @result = ` $mysqlcmd $mysqllogin -Bse "$req " 2>>/dev/null` ;
889
+ my @result = ` $mysqlcmd $mysqllogin -Bse "\\ w $req " 2>>/dev/null` ;
890
890
if ( $? != 0 ) {
891
891
badprint " failed to execute: $req " ;
892
892
badprint " FAIL Execute SQL / return code: $? " ;
@@ -905,7 +905,7 @@ sub select_array {
905
905
sub select_one {
906
906
my $req = shift ;
907
907
debugprint " PERFORM: $req " ;
908
- my $result = ` $mysqlcmd $mysqllogin -Bse "$req " 2>>/dev/null` ;
908
+ my $result = ` $mysqlcmd $mysqllogin -Bse "\\ w $req " 2>>/dev/null` ;
909
909
if ( $? != 0 ) {
910
910
badprint " failed to execute: $req " ;
911
911
badprint " FAIL Execute SQL / return code: $? " ;
You can’t perform that action at this time.
0 commit comments