Subversion Repositories Applications.papyrus

Rev

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

Rev 1024 Rev 1033
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: installateur.php,v 1.14 2006-10-09 14:35:50 ddelon Exp $
22
// CVS : $Id: installateur.php,v 1.15 2006-10-16 15:49:07 ddelon Exp $
23
/**
23
/**
24
* Application Installateur de Papyrus.
24
* Application Installateur de Papyrus.
25
*
25
*
26
* Application permettant de gérer l'installation et les erreurs liés à l'abscence de base de données, 
26
* Application permettant de gérer l'installation et les erreurs liés à l'abscence de base de données, 
27
* d'extenssin PHP...
27
* d'extenssin PHP...
28
*
28
*
29
*@package Installateur
29
*@package Installateur
30
//Auteur original :
30
//Auteur original :
-
 
31
*@author       
-
 
32
	               'AND gm_ce_i18n = "'.GEN_I18N_ID_DEFAUT.'" ';
-
 
33
	
-
 
34
				$resultat = $db->query($requete);
-
 
35
 
-
 
36
				(DB::isError($resultat)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete)) : '';
-
 
37
				$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT);
-
 
38
				
-
 
39
				if ($langue_test!=GEN_I18N_ID_DEFAUT) {
-
 
40
					return GEN_rechercheMenuIdentifiantVersionParDefaut($db,$ligne->gm_id_menu);
-
 
41
				}
31
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
42
		} Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
//Autres auteurs :
43
//Autres auteurs :
33
*@author        Aucun
44
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
45
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.14 $ $Date: 2006-10-09 14:35:50 $
46
*@version       $Revision: 1.15 $ $Date: 2006-10-16 15:49:07 $
36
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
37
**/
48
**/
Line 38... Line 49...
38
 
49
 
39
// +------------------------------------------------------------------------------------------------------+
50
// +------------------------------------------------------------------------------------------------------+
Line 136... Line 147...
136
// +------------------------------------------------------------------------------------------------------+
147
// +------------------------------------------------------------------------------------------------------+
Line 137... Line 148...
137
 
148
 
138
/* +--Fin du code ----------------------------------------------------------------------------------------+
149
/* +--Fin du code ----------------------------------------------------------------------------------------+
139
*
150
*
-
 
151
* $Log: not supported by cvs2svn $
-
 
152
* Revision 1.14  2006/10/09 14:35:50  ddelon
-
 
153
* bug caractere invalide trainant dans fichier
140
* $Log: not supported by cvs2svn $
154
*
141
* Revision 1.13  2006/10/05 15:17:29  florian
155
* Revision 1.13  2006/10/05 15:17:29  florian
142
* changement presentation
156
* changement presentation
143
*
157
*
144
* Revision 1.12  2006/10/05 15:11:17  florian
158
* Revision 1.12  2006/10/05 15:11:17  florian