From 4a63d35d87dd4e72db91d32f258f9100ae529ce6 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 12 Apr 2006 12:38:14 +0000 Subject: - map link update bugfix (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2732 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/include/forms.inc.php') diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index f6f732ed..331f79b9 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2438,6 +2438,8 @@ $drawtype_on = $db_link["drawtype_on"]; $color_off = $db_link["color_off"]; $color_on = $db_link["color_on"]; + + if(is_null($triggerid)) $triggerid = 0; } else { -- cgit