Skip to content

Commit

Permalink
Remove whitespace to avoid double whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <[email protected]>
  • Loading branch information
liviuconcioiu committed Oct 26, 2024
1 parent 7280713 commit 4e05cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Table/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function buildSqlQuery(): string
// (more efficient and this helps prevent a problem in IE
// if one of the rows is edited and we come back to the Select results)
if (isset($_POST['zoom_submit']) || ! empty($_POST['displayAllColumns'])) {
$sql_query .= '* ';
$sql_query .= '*';
} else {
$columnsToDisplay = $_POST['columnsToDisplay'];
$quotedColumns = [];
Expand Down

0 comments on commit 4e05cd8

Please sign in to comment.