Subversion Repositories Applications.bazar

Compare Revisions

Regard whitespace Rev 313 → Rev 314

/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.46 2007-09-28 14:29:13 jp_milcent Exp $
// CVS : $Id: bazar.php,v 1.47 2007-10-01 12:13:53 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.46 $ $Date: 2007-09-28 14:29:13 $
*@version $Revision: 1.47 $ $Date: 2007-10-01 12:13:53 $
// +------------------------------------------------------------------------------------------------------+
*/
 
264,7 → 264,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;
279,6 → 279,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.46 2007-09-28 14:29:13 jp_milcent
* Ajout de la gestion de l'affichage des vues ou pas.
*
* Revision 1.45 2007-09-18 14:24:01 alexandre_tb
* onglet administrer
*