diff options
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/triggers.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/triggers.inc.php b/frontends/php/include/triggers.inc.php index e752b37a..690bd3bf 100644 --- a/frontends/php/include/triggers.inc.php +++ b/frontends/php/include/triggers.inc.php @@ -670,6 +670,7 @@ DBexecute("update sysmaps_links set triggerid=NULL where triggerid=$triggerid"); $db_actions = DBselect("select distinct c.actionid from conditions c, triggers t". + " where c.conditiontype=".CONDITION_TYPE_TRIGGER. " where c.conditiontype=CONDITION_TYPE_TRIGGER". " and c.value=t.triggerid"); while($db_action = DBfetch($db_actions)) |
