Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/trunk/bibliotheque/echoro_information.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: echoro_information.fonct.php,v 1.1 2005-02-22 12:03:14 jpm Exp $
// CVS : $Id: echoro_information.fonct.php,v 1.2 2005-02-22 16:35:40 jpm Exp $
/**
* Contient des fonctions fournissant des informations issues de la base de données.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2005-02-22 12:03:14 $
*@version $Revision: 1.2 $ $Date: 2005-02-22 16:35:40 $
// +------------------------------------------------------------------------------------------------------+
*/
 
134,7 → 134,7
$tableau_corres = '';
$tableau_retour{'NUMERO'} = $num_departement;
$tableau_retour{'NOM'} = choro_dep_getNomDepartement($num_departement);
$tableau_retour{'NOM'} = echoro_recupererNomDepartement($num_departement);
$requete_01 =
'SELECT '.ECSO_REF.
186,7 → 186,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/02/22 12:03:14 jpm
* Ajout des fichiers de la bibliothèque de l'application.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>