Subversion Repositories Applications.bazar

Compare Revisions

Regard whitespace Rev 309 → Rev 310

/trunk/configuration/baz_config.inc.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: baz_config.inc.php,v 1.35 2007-09-28 14:29:13 jp_milcent Exp $
// CVS : $Id: baz_config.inc.php,v 1.36 2007-10-01 12:03:19 alexandre_tb Exp $
/**
* Fichier de configuration du bazar
*
31,7 → 31,7
*@author Florian SCHMITT <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.35 $ $Date: 2007-09-28 14:29:13 $
*@version $Revision: 1.36 $ $Date: 2007-10-01 12:03:19 $
// +------------------------------------------------------------------------------------------------------+
*/
 
174,9 → 174,24
 
define ('BAZ_GOOGLE_KEY', ''); // Indiquer ici la cle google necessaire pour l appli bazar.carte_google.php
 
if (defined ('BAZ_GOOGLE_KEY')) {
define ('BAZ_GOOGLE_CENTRE_LAT', '');
define ('BAZ_GOOGLE_CENTRE_LON', '');
define ('BAZ_GOOGLE_ALTITUDE', ''); // de 1 a 15
}
 
 
// Gestion des droits
 
// droit minimun pour pouvoir deposer une fiche, pour que le formulaire soit presente
$GLOBALS['droit_depot'] = '' ;
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.35 2007-09-28 14:29:13 jp_milcent
* Ajout de la gestion de l'affichage des vues ou pas.
*
* Revision 1.34 2007-09-28 13:40:50 jp_milcent
* Précision sur la constante BAZ_FICHE_REDACTEUR_MAIL.
*