summaryrefslogtreecommitdiffstats
path: root/frontends/php/dashboard.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-19 08:52:05 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-19 08:52:05 +0000
commit425b813a558e0dbcca70416a7b440c1590cd3673 (patch)
tree940584c3268c2c87cc8713272d9e37d98512d85f /frontends/php/dashboard.php
parent5ea1687a67685fe34875967075bbd422b2d0137a (diff)
downloadzabbix-425b813a558e0dbcca70416a7b440c1590cd3673.tar.gz
zabbix-425b813a558e0dbcca70416a7b440c1590cd3673.tar.xz
zabbix-425b813a558e0dbcca70416a7b440c1590cd3673.zip
-[DEV-137] sql fixes for oracle (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5708 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/dashboard.php')
-rw-r--r--frontends/php/dashboard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/dashboard.php b/frontends/php/dashboard.php
index 53258258..e73c9ea3 100644
--- a/frontends/php/dashboard.php
+++ b/frontends/php/dashboard.php
@@ -394,7 +394,7 @@ include_once "include/page_header.php";
$fav_form->AddOption('style','display: inline; margin: 0px;');
$fav_form->AddVar('favobj','');
$fav_form->AddVar('favid','');
- $fav_form->AddVar('resource','');
+ $fav_form->AddVar('source','');
$fav_form->Show();
$jsmenu = new CPUMenu(null,170);