From c65865727cf5e5672829aac9cb01b25ca983151d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Mar 2016 16:11:36 +0800 Subject: [PATCH] Report/SendEventErrors.php --- Report/SendEventErrors.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Report/SendEventErrors.php b/Report/SendEventErrors.php index e8a5db1..70c29c7 100644 --- a/Report/SendEventErrors.php +++ b/Report/SendEventErrors.php @@ -128,15 +128,10 @@ class Pman_Admin_Report_SendEventErrors extends Pman_Roo Events.id AS id, Events.event_when AS event_when, Events.action AS action, - Events.remarks AS remarks, - CASE WHEN Events.person_id != 0 THEN - join_person_id_id.email - WHEN Events.hydra_person_id != 0 THEN - join_hydra_person_id_id.email - ELSE - '' - END AS email + Events.remarks AS remarks + "); + $events->selectAddPersonEmail(); $events->whereAdd("Events.event_when > NOW() - INTERVAL 1 DAY"); -- 2.39.2