Subversion Repositories Applications.papyrus

Rev

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

Rev 231 Rev 404
Line 24... Line 24...
24
//Autres auteurs :
24
//Autres auteurs :
25
*@copyright         Tela-Botanica 2000-2004
25
*@copyright         Tela-Botanica 2000-2004
26
*@version             03 mai 2004
26
*@version             03 mai 2004
27
// +-----------------------------------------------------------------------------------------------+
27
// +-----------------------------------------------------------------------------------------------+
28
//
28
//
29
// $Id: cartographie.php,v 1.1 2004-12-15 13:33:03 alex Exp $
29
// $Id: cartographie.php,v 1.2 2005-07-04 22:13:02 ddelon Exp $
30
// FICHIER : $RCSfile: cartographie.php,v $
30
// FICHIER : $RCSfile: cartographie.php,v $
31
// AUTEUR    : $Author: alex $
31
// AUTEUR    : $Author: ddelon $
32
// VERSION : $Revision: 1.1 $
32
// VERSION : $Revision: 1.2 $
33
// DATE        : $Date: 2004-12-15 13:33:03 $
33
// DATE        : $Date: 2005-07-04 22:13:02 $
34
*/
34
*/
Line 35... Line 35...
35
 
35
 
36
include_once 'client/cartographie/configuration/car_config.inc.php' ;
36
include_once 'client/cartographie/configuration/car_config.inc.php' ;
37
if (isset($lang)) {
37
if (isset($lang)) {
Line 86... Line 86...
86
        " FROM ".CAR_ANNUAIRE.", carto_PAYS".
86
        " FROM ".CAR_ANNUAIRE.", carto_PAYS".
87
        " WHERE ".CAR_CHAMPS_CE_PAYS." = cp_id_pays".
87
        " WHERE ".CAR_CHAMPS_CE_PAYS." = cp_id_pays".
88
        " GROUP BY cp_id_continent";
88
        " GROUP BY cp_id_continent";
Line 89... Line 89...
89
 
89
 
90
    $resultat_01 = $GLOBALS['car_db']->query ($requete_01) ;
90
    $resultat_01 = $GLOBALS['car_db']->query ($requete_01) ;
91
    if (DB::isError($resultat)) {
91
    if (DB::isError($resultat_01)) {
92
        die ($resultat_01->getMessage().'<br />'.$resultat_01->getDebugInfo()) ;
92
        die ($resultat_01->getMessage().'<br />'.$resultat_01->getDebugInfo()) ;
Line 93... Line 93...
93
    }
93
    }
Line 252... Line 252...
252
 
252
 
253
 
253
 
254
//-- Fin du code source    ------------------------------------------------------------
254
//-- Fin du code source    ------------------------------------------------------------
-
 
255
/*
-
 
256
* $Log: not supported by cvs2svn $
-
 
257
* Revision 1.1  2004/12/15 13:33:03  alex
255
/*
258
* version initiale
256
* $Log: not supported by cvs2svn $
259
*
257
* Revision 1.2  2004/06/18 08:48:03  alex
260
* Revision 1.2  2004/06/18 08:48:03  alex
258
* améliorations diverses
261
* améliorations diverses
259
*
262
*