This commit is contained in:
Philipp Holzer 2019-05-19 05:13:06 +02:00
parent a7aae9603a
commit 419cc81ef1
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 37 additions and 36 deletions

View file

@ -1540,7 +1540,7 @@ class DBA
$limit_string = " LIMIT " . intval($params['limit'][0]) . ", " . intval($params['limit'][1]);
}
return $groupby_string.$order_string.$limit_string;
return $groupby_string . $order_string . $limit_string;
}
/**