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.16 2007-04-20 13:31:42 florian Exp $
|
22 |
// CVS : $Id: installateur.php,v 1.17 2008-11-19 09:25:36 aperonnet 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 |
}
|
- |
|
42 |
} Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
43 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
44 |
*@author Aucun
|
33 |
*@author Aucun
|
45 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
46 |
*@version $Revision: 1.16 $ $Date: 2007-04-20 13:31:42 $
|
35 |
*@version $Revision: 1.17 $ $Date: 2008-11-19 09:25:36 $
|
47 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
48 |
**/
|
37 |
**/
|
Line 49... |
Line 38... |
49 |
|
38 |
|
50 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 147... |
Line 136... |
147 |
// +------------------------------------------------------------------------------------------------------+
|
136 |
// +------------------------------------------------------------------------------------------------------+
|
Line 148... |
Line 137... |
148 |
|
137 |
|
149 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
138 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
150 |
*
|
139 |
*
|
- |
|
140 |
* $Log: not supported by cvs2svn $
|
- |
|
141 |
* Revision 1.16 2007-04-20 13:31:42 florian
|
- |
|
142 |
* remplacement des caracteres speciaux par des entite html
|
151 |
* $Log: not supported by cvs2svn $
|
143 |
*
|
152 |
* Revision 1.15 2006/10/16 15:49:07 ddelon
|
144 |
* Revision 1.15 2006/10/16 15:49:07 ddelon
|
153 |
* Refactorisation code mulitlinguisme et gestion menu invisibles
|
145 |
* Refactorisation code mulitlinguisme et gestion menu invisibles
|
154 |
*
|
146 |
*
|
155 |
* Revision 1.14 2006/10/09 14:35:50 ddelon
|
147 |
* Revision 1.14 2006/10/09 14:35:50 ddelon
|