summaryrefslogtreecommitdiffstats
path: root/frontends/php/audit.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 08:24:56 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 08:24:56 +0000
commitcb748fe795fbd9886188d0aa26fcb98b917867a3 (patch)
treeef71ac0b2174fee4c5b1ab0a2f1f7b2e5345f2be /frontends/php/audit.php
parentabaab90a1c9d3367f1ef636557cfe8e661716749 (diff)
downloadzabbix-cb748fe795fbd9886188d0aa26fcb98b917867a3.tar.gz
zabbix-cb748fe795fbd9886188d0aa26fcb98b917867a3.tar.xz
zabbix-cb748fe795fbd9886188d0aa26fcb98b917867a3.zip
- merger rev. 4549:4550 of branches/1.4.j (Eugene) [minor fix for audit]
git-svn-id: svn://svn.zabbix.com/trunk@4551 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 a40abe62..e60266e1 100644
--- a/frontends/php/audit.php
+++ b/frontends/php/audit.php
@@ -58,7 +58,7 @@ include_once "include/page_header.php";
$result = DBselect("select u.alias,a.clock,a.action,a.resourcetype,a.details from auditlog a, users u".
" where u.userid=a.userid ".
- ' and '.Bin_node('u.userid', get_current_nodeid(null, PERM_READ_ONLY))).
+ ' and '.DBin_node('u.userid', get_current_nodeid(null, PERM_READ_ONLY)).
" order by clock desc",
$limit);