From 75b5ebc9193ee465c12e8bcd4d9a802c2e0a443b Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 6 Jan 2005 19:16:08 +0000 Subject: - added frontends/image.php (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1583 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/triggers.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/php/triggers.php') diff --git a/frontends/php/triggers.php b/frontends/php/triggers.php index 5b93591f..7f398da9 100644 --- a/frontends/php/triggers.php +++ b/frontends/php/triggers.php @@ -265,13 +265,13 @@ if(isset($_GET["hostid"])) { - $actions="".S_CHANGE." "; + $actions="".S_CHANGE.""; } else { - $actions="".S_CHANGE." "; + $actions="".S_CHANGE.""; } - $actions=$actions."-"; + $actions=$actions." :: "; if(get_action_count_by_triggerid($row["triggerid"])>0) { $actions=$actions."Actions"; -- cgit