diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-03-20 08:32:30 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-03-20 08:32:30 +0000 |
| commit | c628c6d120a5e4f3899d342d7e96a256404b795c (patch) | |
| tree | 5eb31bd40a5982bd08cc9378dfa305a977d1b1c6 /frontends/php/graph.php | |
| parent | 868a3852584b13e03c84442cb6dad32971f9b127 (diff) | |
- hard-linked templates works when deleting graph element (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1718 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graph.php')
| -rw-r--r-- | frontends/php/graph.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php index 57a2c2ad..c29215ac 100644 --- a/frontends/php/graph.php +++ b/frontends/php/graph.php @@ -69,6 +69,7 @@ } if($_GET["register"]=="delete") { + delete_graph_item_from_templates($_GET["gitemid"]); $graphitem=get_graphitem_by_gitemid($_GET["gitemid"]); $graph=get_graph_by_graphid($graphitem["graphid"]); $item=get_item_by_itemid($graphitem["itemid"]); |
