X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/05fd99ac835a9ffa6b1fefc768b460f207e6f578..d35ca066a695ce7372a34a370d0c8cdbd3f9fccb:/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") {