Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 135 → Rev 136

/trunk/bibliotheque/bazar.fonct.rss.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.fonct.rss.php,v 1.53 2006-06-29 10:29:51 florian Exp $
// CVS : $Id: bazar.fonct.rss.php,v 1.54 2006-07-03 09:51:21 alexandre_tb Exp $
/**
*
*@package bazar
28,7 → 28,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2006
*@version $Revision: 1.53 $
*@version $Revision: 1.54 $
// +------------------------------------------------------------------------------------------------------+
*/
 
913,7 → 913,9
if ($req_where==1) {$requete .= ' AND ';}
$req_where=1;
$requete .= 'bf_statut_fiche='.$valide;
}
} else {
$requete .= '1 ' ;
}
if ($valide!=0) {
$utilisateur = new Administrateur_bazar ($GLOBALS['AUTH']) ;
992,6 → 994,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.53 2006/06/29 10:29:51 florian
* correction bug moteur de recherche
*
* Revision 1.52 2006/06/02 09:29:07 florian
* debut d'integration de wikini
*