Fix: Environnement $conf non passé aux triggers.

This commit is contained in:
Laurent Destailleur 2005-11-07 22:40:43 +00:00
parent 5d99d4dd09
commit 2a67daec08

View File

@ -88,7 +88,7 @@ class Contrat
*/ */
function active_line($user, $line_id, $date, $dateend='') function active_line($user, $line_id, $date, $dateend='')
{ {
global $langs; global $langs,$conf;
// statut actif : 4 // statut actif : 4
@ -126,7 +126,7 @@ class Contrat
*/ */
function close_line($user, $line_id, $dateend) function close_line($user, $line_id, $dateend)
{ {
global $langs; global $langs,$conf;
// statut actif : 4 // statut actif : 4