diff options
Diffstat (limited to 'frontends/php/alerts.php')
| -rw-r--r-- | frontends/php/alerts.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/alerts.php b/frontends/php/alerts.php index a06bec09..bb1b1768 100644 --- a/frontends/php/alerts.php +++ b/frontends/php/alerts.php @@ -50,6 +50,11 @@ $col=0; while($row=DBfetch($result)) { + if(!check_right("User","R",$row["userid"])) + { + continue; + } + if($col++%2==0) { echo "<tr bgcolor=#DDDDDD>"; } else { echo "<tr bgcolor=#EEEEEE>"; } |
