X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fnotifs.inc.php;h=19a64809f0a5c88576afbae4ed59207ded49c91d;hb=3424387cde6c635ff16c3b5459c4caa88bb76e2e;hp=e08a723d6df1406fd84c7b097855d53c1c4306d0;hpb=ba6ae0466e1dbc75852f4b8e8bfa8c815e81504a;p=platal.git diff --git a/include/notifs.inc.php b/include/notifs.inc.php index e08a723..19a6480 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -1,6 +1,6 @@ ', $watch->date() + self::WATCH_LIMIT))); @@ -210,7 +211,7 @@ class WatchBirthday extends WatchOperation new UFC_Promo('<=', $profile->mainGrade(), $profile->yearpromo() + 1)), $watch->groupCondition()); } - return new PFC_And($select_date, $cond); + return new PFC_And($not_dead, $select_date, $cond); } public function getOrder() @@ -383,5 +384,5 @@ class Watch } } -// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker fenc=utf-8: ?>