Subversion Repositories Applications.papyrus

Rev

Rev 870 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 870 Rev 889
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: projet.config.inc.php,v 1.7 2006-06-26 11:48:50 alexandre_tb Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.8 2006-07-04 09:30:56 alexandre_tb Exp $
23
/**
23
/**
24
* Application projet, fichier de configuration
24
* Application projet, fichier de configuration
25
*
25
*
26
* Fichier de configuration
26
* Fichier de configuration
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.7 $
34
*@version       $Revision: 1.8 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 75... Line 75...
75
// Un objet PEAR:DB connecté
75
// Un objet PEAR:DB connecté
76
$GLOBALS['projet_db'] = $GLOBALS['_GEN_commun']['pear_db'];
76
$GLOBALS['projet_db'] = $GLOBALS['_GEN_commun']['pear_db'];
Line 77... Line 77...
77
 
77
 
Line -... Line 78...
-
 
78
$GLOBALS['url'] =& $GLOBALS['_GEN_commun']['url'] ;
-
 
79
 
78
$GLOBALS['url'] =& $GLOBALS['_GEN_commun']['url'] ;
80
// La langue
79
 
81
if (!isset ($GLOBALS['lang'])) $GLOBALS['lang'] = PROJET_LANGUE_DEFAUT ;
80
/**
82
/**
81
//==================================== CONSTANTES ==================================
83
//==================================== CONSTANTES ==================================
82
* Constantes des noms de tables et de champs dans l'annuaire
84
* Constantes des noms de tables et de champs dans l'annuaire
Line 144... Line 146...
144
 
146
 
145
 
147
 
146
/* +--Fin du code ----------------------------------------------------------------------------------------+
148
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
149
*
-
 
150
* $Log: not supported by cvs2svn $
-
 
151
* Revision 1.7  2006/06/26 11:48:50  alexandre_tb
147
*
152
* typographie
148
* $Log: not supported by cvs2svn $
153
*
149
* Revision 1.6  2006/03/02 09:24:36  mathilde
154
* Revision 1.6  2006/03/02 09:24:36  mathilde
150
* remplacement des noms de tables de l'annuaire
155
* remplacement des noms de tables de l'annuaire
151
*
156
*