diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-09-01 11:31:02 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-09-01 11:31:02 +0000 |
| commit | a0f710346795d60d453770fb23a707102c88a944 (patch) | |
| tree | e1ed5e82b05be0ca5e318c4dc9dce4d203f04958 /frontends/php/include/graphs.inc.php | |
| parent | 180d85520fa4c856e46b58153bc0c7f1f8b48d98 (diff) | |
| download | zabbix-a0f710346795d60d453770fb23a707102c88a944.tar.gz zabbix-a0f710346795d60d453770fb23a707102c88a944.tar.xz zabbix-a0f710346795d60d453770fb23a707102c88a944.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2017 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/graphs.inc.php')
| -rw-r--r-- | frontends/php/include/graphs.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/graphs.inc.php b/frontends/php/include/graphs.inc.php index 227a2c7b..1143683c 100644 --- a/frontends/php/include/graphs.inc.php +++ b/frontends/php/include/graphs.inc.php @@ -290,6 +290,10 @@ { $h2=$h2."<input name=\"graphid\" type=\"hidden\" value=\"".$_GET["graphid"]."\" size=12>"; } + if(isset($_GET["screenid"])&&($_GET["screenid"]!=0)) + { + $h2=$h2."<input name=\"screenid\" type=\"hidden\" value=\"".$_GET["screenid"]."\" size=12>"; + } if(isset($_GET["itemid"])&&($_GET["itemid"]!=0)) { $h2=$h2."<input name=\"itemid\" type=\"hidden\" value=\"".$_GET["itemid"]."\" size=12>"; |
