Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 110 → Rev 111

/trunk/bazar.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: bazar.php,v 1.27 2006-02-07 11:08:36 alexandre_tb Exp $
// CVS : $Id: bazar.php,v 1.28 2006-03-29 13:05:41 alexandre_tb Exp $
/**
*
*@package bazar
28,7 → 28,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.27 $ $Date: 2006-02-07 11:08:36 $
*@version $Revision: 1.28 $ $Date: 2006-03-29 13:05:41 $
// +------------------------------------------------------------------------------------------------------+
*/
 
156,7 → 156,7
$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
//choix des administrateurs
$utilisateur = new Utilisateur_bazar($GLOBALS['AUTH']) ;
$utilisateur = new Administrateur_bazar($GLOBALS['AUTH']) ;
$est_admin=0;
if ($GLOBALS['AUTH']->getAuth()) {
$requete='SELECT bn_id_nature FROM bazar_nature';
225,6 → 225,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.27 2006/02/07 11:08:36 alexandre_tb
* utilisation de la classe Utilisateur_bazar pour la vérification des droits
*
* Revision 1.26 2006/02/06 09:33:53 alexandre_tb
* modification de l'affichage lors de la saisie de fiche
*