diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-13 13:28:03 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-13 13:28:03 +0000 |
| commit | 2b2c9a6dec0f4f9a4bf5b7a25ed4cc464987d236 (patch) | |
| tree | e0629b41a99bc2a9c3a8afe414d10ae8f6349bf7 /frontends/php/graph.php | |
| parent | 81468aee10ba8c24043c512900d419445fe58f24 (diff) | |
| download | zabbix-2b2c9a6dec0f4f9a4bf5b7a25ed4cc464987d236.tar.gz zabbix-2b2c9a6dec0f4f9a4bf5b7a25ed4cc464987d236.tar.xz zabbix-2b2c9a6dec0f4f9a4bf5b7a25ed4cc464987d236.zip | |
- fixed graph.php. Thanks to Michael Durket. (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1766 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graph.php')
| -rw-r--r-- | frontends/php/graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php index c29215ac..8c469957 100644 --- a/frontends/php/graph.php +++ b/frontends/php/graph.php @@ -53,7 +53,7 @@ $item=get_item_by_itemid($_GET["itemid"]); add_audit(AUDIT_ACTION_ADD,AUDIT_RESOURCE_GRAPH_ELEMENT,"Graph ID [".$_GET["graphid"]."] Name [".$graph["name"]."] Added [".$item["description"]."]"); } - show_messages($result,S_ITEM_ADDED, S_CANNOT_ADD_ITEM); + show_messages($gitemid,S_ITEM_ADDED, S_CANNOT_ADD_ITEM); } if($_GET["register"]=="update") { |
