noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 309/323: Limit to event with a reminder


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 309/323: Limit to event with a reminder
Date: Wed, 14 Mar 2018 17:39:09 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 982083262a9002a0f5b75f390e0197bbac82bcd4
Author: Dany De Bontridder <address@hidden>
Date:   Wed Mar 7 19:30:54 2018 +0100

    Limit to event with a reminder
---
 include/class/calendar.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/class/calendar.class.php b/include/class/calendar.class.php
index 0234e86..643e5e2 100644
--- a/include/class/calendar.class.php
+++ b/include/class/calendar.class.php
@@ -317,6 +317,7 @@ class Calendar
               where 
                ag_dest in (select p_granted from user_sec_action_profile where 
p_id =$1)
               and ag_state IN (2, 3)
+              and ag_remind_date is not null
               order by ag_remind_date,ag_hour
         ";
         $a_event=$cn->get_array($sql,array($profile));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]