adding a space between query and limit concat
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
8566192d84
commit
13f7700b75
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ sub buildQuery {
|
|||
$query_cgi =~ s/^&//;
|
||||
|
||||
# append the limit to the query
|
||||
$query .= $limit;
|
||||
$query .= " ".$limit;
|
||||
|
||||
warn "QUERY:".$query if $DEBUG;
|
||||
warn "QUERY CGI:".$query_cgi if $DEBUG;
|
||||
|
|
Loading…
Reference in a new issue