diff options
-rw-r--r-- | perllib/Problems.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Problems.pm b/perllib/Problems.pm index 02ac2b384..432c89fdc 100644 --- a/perllib/Problems.pm +++ b/perllib/Problems.pm @@ -550,7 +550,7 @@ sub timeline_alerts { if ($cobrand) { $cobrand_clause = " and cobrand = '$cobrand'"; } - my $alerts = select_all("select *, + my $alerts = select_all("select alert.*, users.email, users.name, extract(epoch from whensubscribed) as whensubscribed from alert, users where alert.user_id = users.id |