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.php,v 1.49.2.2 2008-01-11 14:07:39 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.49.2.3 2008-01-29 09:43:19 alexandre_tb 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-2004
|
30 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@version $Revision: 1.49.2.2 $ $Date: 2008-01-11 14:07:39 $
|
31 |
*@version $Revision: 1.49.2.3 $ $Date: 2008-01-29 09:43:19 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 222... |
Line 222... |
222 |
|
222 |
|
223 |
// La resolution des actions ci-dessous AVANT l afichage des vues afin
|
223 |
// La resolution des actions ci-dessous AVANT l afichage des vues afin
|
Line 224... |
Line 224... |
224 |
// d afficher des vues correctes
|
224 |
// d afficher des vues correctes
|
225 |
|
- |
|
- |
|
225 |
|
226 |
if (isset($_GET[BAZ_VARIABLE_ACTION])) {
|
226 |
if (isset($_GET[BAZ_VARIABLE_ACTION])) {
|
227 |
if (($_GET[BAZ_VARIABLE_ACTION]!=BAZ_ACTION_NOUVEAU_V)and($_GET[BAZ_VARIABLE_ACTION]!=BAZ_ACTION_MODIFIER_V)) unset($_SESSION['formulaire_annonce_valide']);
|
227 |
|
228 |
switch ($_GET[BAZ_VARIABLE_ACTION]) {
|
228 |
switch ($_GET[BAZ_VARIABLE_ACTION]) {
|
229 |
case BAZ_ACTION_VOIR_VOS_ANNONCES : $res .= mes_fiches(); break;
|
229 |
case BAZ_ACTION_VOIR_VOS_ANNONCES : $res .= mes_fiches(); break;
|
230 |
case BAZ_ANNONCES_A_VALIDER : $res .= fiches_a_valider(); break;
|
230 |
case BAZ_ANNONCES_A_VALIDER : $res .= fiches_a_valider(); break;
|
Line 270... |
Line 270... |
270 |
|
270 |
|
271 |
|
271 |
|
272 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
272 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
273 |
*
|
- |
|
274 |
* $Log: not supported by cvs2svn $
|
- |
|
275 |
* Revision 1.49.2.2 2008-01-11 14:07:39 alexandre_tb
|
273 |
*
|
276 |
* Remplacement de la variable action ecrite en dur par la constante BAZ_VARIABLE_ACTION
|
274 |
* $Log: not supported by cvs2svn $
|
277 |
*
|
275 |
* Revision 1.49.2.1 2007-12-04 09:01:17 alexandre_tb
|
278 |
* Revision 1.49.2.1 2007-12-04 09:01:17 alexandre_tb
|
276 |
* suppression de vieux code commenté.
|
279 |
* suppression de vieux code commenté.
|
277 |
*
|
280 |
*
|