Limit to event with a reminder
This commit is contained in:
parent
36fad83708
commit
982083262a
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue