Skip to content

Commit

Permalink
Correct spacing in function calls
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jul 10, 2013
1 parent d286715 commit ba544d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libraries/sql.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ function PMA_executeTheQuery($analyzed_sql_results, $full_sql_query, $is_gotofil
}

$justBrowsing = PMA_isJustBrowsing(
$analyzed_sql_results,isset($find_real_end) ? $find_real_end : null
$analyzed_sql_results, isset($find_real_end) ? $find_real_end : null
);

$unlim_num_rows = PMA_countQueryResults($num_rows,
Expand Down
9 changes: 5 additions & 4 deletions tbl_gis_visualization.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@
* Displays the page
*/

$html = PMA_getHtmlForGisVisualization($url_params, $labelCandidates,
$spatialCandidates, $visualizationSettings, $sql_query,$visualization,
$svg_support, $data
$html = PMA_getHtmlForGisVisualization(
$url_params, $labelCandidates, $spatialCandidates,
$visualizationSettings, $sql_query, $visualization, $svg_support,
$data
);

$response->addHTML($html);

?>
?>

0 comments on commit ba544d4

Please sign in to comment.