From d7121f635135b3bf6455dacaa46eb06abecff8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Mon, 31 Dec 2012 05:30:09 +0100 Subject: [PATCH] Updated demo trigger class with last changes in triggers --- .../core/triggers/interface_90_all_Demo.class.php-NORUN | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN b/htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN index 9b3856e736a..a1fd9bba53a 100755 --- a/htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN +++ b/htdocs/core/triggers/interface_90_all_Demo.class.php-NORUN @@ -400,19 +400,19 @@ class InterfaceDemo } // Interventions - elseif ($action == 'FICHEINTER_CREATE') + elseif ($action == 'FICHINTER_CREATE') { dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); } - elseif ($action == 'FICHEINTER_MODIFY') + elseif ($action == 'FICHINTER_MODIFY') { dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); } - elseif ($action == 'FICHEINTER_VALIDATE') + elseif ($action == 'FICHINTER_VALIDATE') { dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); } - elseif ($action == 'FICHEINTER_DELETE') + elseif ($action == 'FICHINTER_DELETE') { dol_syslog("Trigger '".$this->name."' for action '$action' launched by ".__FILE__.". id=".$object->id); }