Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 58 → Rev 59

/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.17 2005-12-01 16:05:41 florian Exp $
// CVS : $Id: bazar.php,v 1.18 2005-12-02 10:57:03 florian 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.17 $ $Date: 2005-12-01 16:05:41 $
*@version $Revision: 1.18 $ $Date: 2005-12-02 10:57:03 $
// +------------------------------------------------------------------------------------------------------+
*/
 
149,6 → 149,11
//le corps de l'appli
$res.='<div id="BAZ_corps">'."\n";
//si un parametre est précisé dans le gestionnaire de menus papyrus, on le prends en compte
if (!isset($_GET['action'])and(isset($GLOBALS['_GEN_commun']['info_application']->action))) {
$_GET['action']=$GLOBALS['_GEN_commun']['info_application']->action;
}
if (isset($_GET['action'])) {
switch ($_GET['action']) {
case BAZ_VOIR_VOS_ANNONCES : $res .= mes_fiches(); break;
184,6 → 189,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.17 2005/12/01 16:05:41 florian
* changement des chemins pour appli Pear
*
* Revision 1.16 2005/12/01 15:31:30 florian
* correction bug modifs et saisies
*