cleanup trailing whitespace

This commit is contained in:
2016-05-19 08:24:50 +10:00
parent ea0a6bb8fc
commit f027df3f6e
15 changed files with 35 additions and 42 deletions

View File

@@ -383,7 +383,7 @@ function booking_report_flight_details() {
$query->condition($db_and);
$table_sort = $query->extend('TableSort')->orderbyHeader($header);
$result = $table_sort->execute();
$result = $table_sort->execute();
foreach($result as $data)
{