summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-27 06:48:11 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-27 06:48:11 +0000
commit536cf994ad88561d0f7ffa68e77e4b6283d00ff2 (patch)
treeefa9b2167ef00195a53629885a0fd3efddd3d6b0 /frontends/php
parent815a7cbea8603c62644fc208fef43daac67a67ac (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@418 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/alerts.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/alerts.php b/frontends/php/alerts.php
index 9aa1891d..19612656 100644
--- a/frontends/php/alerts.php
+++ b/frontends/php/alerts.php
@@ -60,8 +60,14 @@
echo "<TD><b>Message</b></TD>";
echo "</TR>";
$col=0;
+ $zzz=0;
while($row=DBfetch($result))
{
+ $zzz++;
+ if(isset($start)&&($zzz<$start))
+ {
+ continue;
+ }
if(!check_right_on_trigger("R",$row["triggerid"]))
{
continue;