summaryrefslogtreecommitdiffstats
path: root/frontends/php/audit.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-18 13:05:46 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-18 13:05:46 +0000
commitdcea1d6edb1de5434d1453303d2435296e03444f (patch)
tree1f099b18849c0f2bd935690ff1df21491ca2b512 /frontends/php/audit.php
parentb4726586d8164b091529c2105b80e647139c13c8 (diff)
downloadzabbix-dcea1d6edb1de5434d1453303d2435296e03444f.tar.gz
zabbix-dcea1d6edb1de5434d1453303d2435296e03444f.tar.xz
zabbix-dcea1d6edb1de5434d1453303d2435296e03444f.zip
- [DEV-137] minor fix (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5637 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/audit.php')
-rw-r--r--frontends/php/audit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/audit.php b/frontends/php/audit.php
index 598b7fe4..b49b5628 100644
--- a/frontends/php/audit.php
+++ b/frontends/php/audit.php
@@ -158,7 +158,7 @@ include_once "include/page_header.php";
for($i=0; $row=DBfetch($result); $i++){
- if($i<$start) continue;
+ if($i<$_REQUEST['start']) continue;
switch($row["action"]){
case AUDIT_ACTION_ADD: