X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/46721cbd0895d4aa40df4ee13f2f0dede1d6a6a4..14c75c39cb898efeeeba6485e7cccb4e3fa4d78c:/WEB-INF/lib/ttTeamHelper.class.php diff --git a/WEB-INF/lib/ttTeamHelper.class.php b/WEB-INF/lib/ttTeamHelper.class.php index e4e3b175..46a65e0d 100644 --- a/WEB-INF/lib/ttTeamHelper.class.php +++ b/WEB-INF/lib/ttTeamHelper.class.php @@ -520,7 +520,7 @@ class ttTeamHelper { $mdb2 = getConnection(); $result = array(); - $sql = "select c.id, c.cron_spec, c.email, fr.name from tt_cron c + $sql = "select c.id, c.cron_spec, c.email, c.report_condition, fr.name from tt_cron c left join tt_fav_reports fr on (fr.id = c.report_id) where c.team_id = $team_id and c.status is not null"; $res = $mdb2->query($sql);