Fix: Too many problems with triggers outside of standard dir. Only external module triggers must be in module dir.

This commit is contained in:
Laurent Destailleur 2010-09-15 16:07:03 +00:00
parent 319f960b1a
commit b317ea0ce1
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
*/
/**
\file htdocs/phenix/inc/triggers/interface_modPhenix_Phenixsynchro.class.php
\file htdocs/includes/triggers/interface_modPhenix_Phenixsynchro.class.php
\ingroup phenix
\brief Fichier de gestion des triggers phenix
\version $Id$

View File

@ -17,7 +17,7 @@
*/
/**
\file htdocs/webcalendar/inc/triggers/interface_modWebcalendar_webcalsynchro.class.php
\file htdocs/includes/triggers/interface_modWebcalendar_webcalsynchro.class.php
\ingroup webcalendar
\brief Fichier de gestion des triggers webcalendar
\version $Id$

View File

@ -3084,8 +3084,8 @@ function migrate_delete_old_files($db,$langs,$conf)
DOL_DOCUMENT_ROOT.'/includes/menus/barre_top/default.php',
DOL_DOCUMENT_ROOT.'/includes/modules/modComptabiliteExpert.class.php',
DOL_DOCUMENT_ROOT.'/includes/modules/modProduit.class.php',
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modPhenix_Phenixsynchro.class.php',
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modWebcalendar_webcalsynchro.class.php',
DOL_DOCUMENT_ROOT.'/includes/phenix/inc/triggers/interface_modPhenix_Phenixsynchro.class.php',
DOL_DOCUMENT_ROOT.'/includes/webcal/inc/triggers/interface_modWebcalendar_webcalsynchro.class.php',
DOL_DOCUMENT_ROOT.'/includes/triggers/interface_modCommande_Ecotax.class.php',
);