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

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

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

revision 1.1 by eldy, Fri Sep 9 21:19:14 2005 UTC revision 1.2 by eldy, Fri Sep 9 21:24:13 2005 UTC
# Line 35  include_once(DOL_DOCUMENT_ROOT.'/lib/web Line 35  include_once(DOL_DOCUMENT_ROOT.'/lib/web
35    
36  /**  /**
37          \class      InterfaceWebCal          \class      InterfaceWebCal
38          \brief      Classe des fonctions triggers des actions personalisées du workflow          \brief      Classe des fonctions triggers des actions webcalendar
39  */  */
40    
41  class InterfaceWebCal  class InterfaceWebCal
# Line 46  class InterfaceWebCal Line 46  class InterfaceWebCal
46            
47      /**      /**
48       *   \brief      Constructeur.       *   \brief      Constructeur.
49       *   \param      DB      handler d'accès base       *   \param      DB      Handler d'accès base
50       */       */
51      function InterfaceWebCal($DB)      function InterfaceWebCal($DB)
52      {      {
# Line 99  class InterfaceWebCal Line 99  class InterfaceWebCal
99       *      \param      user        Objet user       *      \param      user        Objet user
100       *      \param      lang        Objet lang       *      \param      lang        Objet lang
101       *      \param      conf        Objet conf       *      \param      conf        Objet conf
102       *      \return     int         <0 si ko, >0 si ok       *      \return     int         <0 si ko, 0 si aucune action faite, >0 si ok
103       */       */
104      function run_trigger($action,$object,$user,$langs,$conf)      function run_trigger($action,$object,$user,$langs,$conf)
105      {      {
# Line 160  class InterfaceWebCal Line 160  class InterfaceWebCal
160              }              }
161          }          }
162    
163                    return 0;
164      }      }
165    
166  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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