]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttTeamHelper.class.php
Initial implementation of a condition on notifications.
[timetracker.git] / WEB-INF / lib / ttTeamHelper.class.php
index e4e3b1755382f8a9085d974270d32d6654cb3e53..46a65e0de10db6d748490d51098319fb5f33abb5 100644 (file)
@@ -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);