Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 300 → Rev 301

/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.44 2007-09-06 15:39:28 alexandre_tb Exp $
// CVS : $Id: bazar.php,v 1.45 2007-09-18 14:24:01 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.44 $ $Date: 2007-09-06 15:39:28 $
*@version $Revision: 1.45 $ $Date: 2007-09-18 14:24:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
246,7 → 246,7
if (isset ($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= baz_formulaire(BAZ_DEPOSER_ANNONCE);
break;
case BAZ_VOIR_ADMIN:
if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else $res .= fiches_a_valider();
/*if (isset($_GET['action'])) $res .= baz_formulaire($_GET['action']) ; else */$res .= fiches_a_valider();
break;
case BAZ_VOIR_GESTION_DROITS: $res .= baz_gestion_droits();
break;
261,6 → 261,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.44 2007-09-06 15:39:28 alexandre_tb
* fixation d une valeur par defaut a la variable vue pour
* eviter un ecran vide si pas de parametres dans le menu
*
* Revision 1.43 2007-08-27 12:26:04 alexandre_tb
* Mise en place de l action BAZ_VOIR_ADMIN
*