Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 260 → Rev 261

/trunk/classes/projetControleur.class.php
20,7 → 20,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
 
// CVS : $Id: projetControleur.class.php,v 1.37 2007-06-25 12:15:06 alexandre_tb Exp $
// CVS : $Id: projetControleur.class.php,v 1.38 2007-10-10 13:57:16 alexandre_tb Exp $
 
/**
* Application projet
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.37 $
*@version $Revision: 1.38 $
// +------------------------------------------------------------------------------------------------------+
*/
 
209,7 → 209,7
// On teste en premier la presence d un appel vers un service
if ($this->_service != '') {
if (file_exists(PROJET_CHEMIN_APPLI.'services/'.$this->_service.'.php')) {
include_once PROJET_CHEMIN_APPLI.'services/'.$this->_service.'.php' ;
return include_once PROJET_CHEMIN_APPLI.'services/'.$this->_service.'.php' ;
}
}