summaryrefslogtreecommitdiffstats
path: root/frontends/php/popup_right.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-21 15:44:31 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-21 15:44:31 +0000
commitb6f0565a4e0809d29950d26e95050ff4a3deaa8f (patch)
tree4965433b13f68c7c51119e0a7744ce7f6004c7fe /frontends/php/popup_right.php
parent3e8c5c43f93bdc2cea90a021eedee58327d83641 (diff)
downloadzabbix-b6f0565a4e0809d29950d26e95050ff4a3deaa8f.tar.gz
zabbix-b6f0565a4e0809d29950d26e95050ff4a3deaa8f.tar.xz
zabbix-b6f0565a4e0809d29950d26e95050ff4a3deaa8f.zip
- [DEV-97] added screen for easier creation of locales (Artem);
- [ZBX-253] fixes problem in frontend with long int values (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5268 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/popup_right.php')
-rw-r--r--frontends/php/popup_right.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/popup_right.php b/frontends/php/popup_right.php
index 9a25cdb8..32645ac3 100644
--- a/frontends/php/popup_right.php
+++ b/frontends/php/popup_right.php
@@ -116,7 +116,7 @@ function add_right(formname,type,id,permission,name)
$db_resource['name'] = $db_resource['node_name'].':'.$db_resource['name'];
$name = new CLink($db_resource['name'],'#','action');
- $name->SetAction("return add_right('".$dstfrm."',".$type.",".$db_resource['id'].",".$permission.",'".$db_resource['name']."');");
+ $name->SetAction("return add_right('".$dstfrm."','".$type."','".$db_resource['id']."','".$permission."','".$db_resource['name']."');");
$table->AddRow(array($name));
}