Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Dec 16, 2019
1 parent a4f0466 commit 014913a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/Kimai/Database/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,6 @@ public function get_timeSheet(
. (count($whereClauses) > 0 ? ' WHERE ' : ' ') . implode(' AND ', $whereClauses) .
' GROUP BY `aggrDate`, `projectID`, `activityID`, `rate`, `fixedRate`' .
' ORDER BY `start` ' . ($reverse_order ? 'ASC ' : 'DESC ') . $limit . ';';

} else {
$select = 'SELECT timeSheet.*,
status.status,
Expand Down

0 comments on commit 014913a

Please sign in to comment.