X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fnotifs.inc.php;h=4295b16d6d3b3280dcb1248712519ae2dfc64203;hb=028726d48c0dae158cc947971992ce1e8e7dfb11;hp=3e691c1c6be76c8c56a7d3d41be8a9e74cf52f26;hpb=6720bd539b442abebd1064af458fd55fbbae8f95;p=platal.git diff --git a/include/notifs.inc.php b/include/notifs.inc.php index 3e691c1..4295b16 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -132,7 +132,7 @@ function select_notifs($mail, $uid=null, $last=null, $iterator=true) // }}} // {{{ function getNbNotifs -function getNbNotifs() +function getNbNotifs() { if (!S::has('uid')) { return 0; @@ -155,7 +155,7 @@ function getNbNotifs() // }}} // {{{ class AllNotifs -class AllNotifs +class AllNotifs { public $_cats = Array(); public $_data = Array(); @@ -187,7 +187,7 @@ class AllNotifs // }}} // {{{ class Notifs -class Notifs +class Notifs { public $_uid; public $_cats = Array(); @@ -220,7 +220,7 @@ class Notifs // }}} // {{{ class Watch -class Watch +class Watch { public $_uid; public $_promos;