/[dolibarr]/dolibarr/htdocs/includes/triggers/interface_demo.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/triggers/interface_demo.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by eldy, Mon Sep 26 19:37:29 2005 UTC revision 1.7 by eldy, Sat Dec 10 13:56:05 2005 UTC
# Line 127  class InterfaceDemo Line 127  class InterfaceDemo
127          {          {
128              dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched. id=".$object->id);              dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched. id=".$object->id);
129          }          }
130            // Proposals
131            elseif ($action == 'PROPAL_CREATE')
132            {
133                dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched");
134            }
135            elseif ($action == 'PROPAL_MODIFY')
136            {
137                dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched");
138            }
139            elseif ($action == 'PROPAL_VALIDATE')
140            {
141                dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched");
142            }
143            elseif ($action == 'PROPAL_CLOSE_SIGNED')
144            {
145                dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched");
146            }
147            elseif ($action == 'PROPAL_CLOSE_REFUSED')
148            {
149                dolibarr_syslog("Trigger '".$this->name."' for action '$action' launched");
150            }
151          // Contracts          // Contracts
152          elseif ($action == 'CONTRACT_CREATE')          elseif ($action == 'CONTRACT_CREATE')
153          {          {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26