You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Db/GoalMapper.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public function find($id) {
38
38
39
39
40
40
publicfunctionfindAll($user){
41
-
$sql = 'SELECT tg.*,p.name as projectName FROM `*PREFIX*timetracker_goal` tg join `*PREFIX*timetracker_project` p on p.id = tg.project_id where tg.user_uid = ? order by tg.created_at desc';
41
+
$sql = 'SELECT tg.*,p.name as project_name FROM `*PREFIX*timetracker_goal` tg join `*PREFIX*timetracker_project` p on p.id = tg.project_id where tg.user_uid = ? order by tg.created_at desc';
0 commit comments