Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/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.6 2005-09-30 12:22:54 florian Exp $
// CVS : $Id: bazar.php,v 1.7 2005-09-30 12:34:44 ddelon 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.6 $ $Date: 2005-09-30 12:22:54 $
*@version $Revision: 1.7 $ $Date: 2005-09-30 12:34:44 $
// +------------------------------------------------------------------------------------------------------+
*/
 
110,7 → 110,6
$GLOBALS['_BAZAR_']['url']->removeQueryString('nature');
$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
//partie recherche d'annonces
$GLOBALS['_BAZAR_']['url']->addQueryString('action', BAZ_RECHERCHER_ANNONCE);
$res .='<li><a href="'.$GLOBALS['_BAZAR_']['url']->getURL().'">'.BAZ_RECHERCHER_DES_ANNONCES.'</a></li>'."\n";
209,7 → 208,10
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
* Revision 1.6 2005/09/30 12:22:54 florian
* Ajouts commentaires pour fiche, modifications graphiques, maj SQL
*
* Revision 1.4 2005/07/21 19:03:12 florian
* nouveautés bazar: templates fiches, correction de bugs, ...
*