X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f5b11c75cc921cab428edea6d4d3c3bf93d50a3e..2c5bd1734a367b5f50d787cd9d23581a7ca267d7:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index d95a0674f..a213f622e 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -553,6 +553,12 @@ sub process_query { $query .= $char; } } + + # Insert a space at the end of each line so that queries split + # over multiple lines work properly. + if ($query ne '') { + $query .= @quote_chars ? "\n" : ' '; + } } if (ref($version_or_control) eq "HASH") {