Subversion Repositories Applications.bazar

Rev

Rev 240 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 240 Rev 243
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: bazar.fonct.rss.php,v 1.82.2.1 2007-05-24 14:52:16 neiluj Exp $
22
// CVS : $Id: bazar.fonct.rss.php,v 1.82.2.2 2007-05-24 15:12:12 neiluj Exp $
23
/**
23
/**
24
* 
24
* 
25
*@package bazar
25
*@package bazar
26
//Auteur original :
26
//Auteur original :
27
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
27
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
28
*@author        Florian Schmitt <florian@ecole-et-nature.org>
28
*@author        Florian Schmitt <florian@ecole-et-nature.org>
29
//Autres auteurs :
29
//Autres auteurs :
30
*@copyright     Tela-Botanica 2000-2006
30
*@copyright     Tela-Botanica 2000-2006
31
*@version       $Revision: 1.82.2.1 $
31
*@version       $Revision: 1.82.2.2 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 954... Line 954...
954
 
954
 
955
	// Ajout de la table bazar_fiche_liste_valeur dans le from de la requete
955
	// Ajout de la table bazar_fiche_liste_valeur dans le from de la requete
956
	$case_coche = false ;
956
	$case_coche = false ;
957
	$nb_jointures=0;
957
	$nb_jointures=0;
958
	$requeteFrom = '' ;
958
	$requeteFrom = '' ;
959
	$requeteWhere = ' bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') AND bn_id_nature='.$GLOBALS['_BAZAR_']['id_typeannonce'].' AND bn_id_nature=bf_ce_nature AND ' ;
959
	$requeteWhere = ' bn_ce_id_menu IN ('.$GLOBALS['_BAZAR_']['categorie_nature'].') AND bn_id_nature=\''.$GLOBALS['_BAZAR_']['id_typeannonce'].'\' AND bn_id_nature=bf_ce_nature AND ' ;
Line 960... Line 960...
960
	$requeteWhereListe = '' ;
960
	$requeteWhereListe = '' ;
961
	
961
	
962
 	if ( isset($tableau) ) {
962
 	if ( isset($tableau) ) {
Line 1191... Line 1191...
1191
	return $res ;
1191
	return $res ;
1192
}
1192
}
Line 1193... Line 1193...
1193
 
1193
 
1194
/* +--Fin du code ----------------------------------------------------------------------------------------+
1194
/* +--Fin du code ----------------------------------------------------------------------------------------+
1195
*
1195
*
-
 
1196
* $Log: not supported by cvs2svn $
-
 
1197
* Revision 1.82.2.1  2007-05-24 14:52:16  neiluj
-
 
1198
* update bug lorsque pas de dernieres fiches
1196
* $Log: not supported by cvs2svn $
1199
*
1197
* Revision 1.82  2007/04/20 12:47:42  florian
1200
* Revision 1.82  2007/04/20 12:47:42  florian
1198
* correction bugs suite au merge
1201
* correction bugs suite au merge
1199
*
1202
*
1200
* Revision 1.81  2007/04/20 09:59:41  florian
1203
* Revision 1.81  2007/04/20 09:59:41  florian