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.php,v 1.76 2007-12-14 09:56:02 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.fonct.php,v 1.77 2008-03-17 11:02:59 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
* Fonctions du module bazar
|
25 |
* Fonctions du module bazar
|
26 |
*
|
26 |
*
|
27 |
*
|
27 |
*
|
Line 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
31 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
31 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.76 $ $Date: 2007-12-14 09:56:02 $
|
34 |
*@version $Revision: 1.77 $ $Date: 2008-03-17 11:02:59 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
Line 652... |
Line 652... |
652 |
//------------------------------------------------------------------------------------------------
|
652 |
//------------------------------------------------------------------------------------------------
|
653 |
if ($mode == BAZ_ACTION_MODIFIER) {
|
653 |
if ($mode == BAZ_ACTION_MODIFIER) {
|
654 |
$res=baz_afficher_formulaire_annonce('modification',$formtemplate);
|
654 |
$res=baz_afficher_formulaire_annonce('modification',$formtemplate);
|
655 |
}
|
655 |
}
|
Line 656... |
Line 656... |
656 |
|
656 |
|
657 |
// Nettoyage de l'url avant les return
|
657 |
// Nettoyage de l'url avant les return : apparement inutile sinon pose pb (url applette deconnexion et moteur de recherche) [jpm le 17 mars 2008]
|
658 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
|
658 |
//$GLOBALS['_BAZAR_']['url']->removeQueryString('action');
|
Line 659... |
Line 659... |
659 |
$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
659 |
//$GLOBALS['_BAZAR_']['url']->removeQueryString('id_fiche');
|
660 |
|
660 |
|
661 |
//------------------------------------------------------------------------------------------------
|
661 |
//------------------------------------------------------------------------------------------------
|
662 |
//CAS DE L'INSCRIPTION D'UNE ANNONCE
|
662 |
//CAS DE L'INSCRIPTION D'UNE ANNONCE
|
Line 1401... |
Line 1401... |
1401 |
}
|
1401 |
}
|
Line 1402... |
Line 1402... |
1402 |
|
1402 |
|
1403 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1403 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
1404 |
*
|
1404 |
*
|
- |
|
1405 |
* $Log: not supported by cvs2svn $
|
- |
|
1406 |
* Revision 1.76 2007-12-14 09:56:02 alexandre_tb
|
- |
|
1407 |
* Fusion avec la livraison AHA : 14 decembre 2007
|
1405 |
* $Log: not supported by cvs2svn $
|
1408 |
*
|
1406 |
* Revision 1.75 2007-12-04 09:07:21 alexandre_tb
|
1409 |
* Revision 1.75 2007-12-04 09:07:21 alexandre_tb
|
1407 |
* Fusion avec la livraison AHA : 4 déc 2007
|
1410 |
* Fusion avec la livraison AHA : 4 déc 2007
|
1408 |
*
|
1411 |
*
|
1409 |
* Revision 1.74 2007-10-25 09:41:31 alexandre_tb
|
1412 |
* Revision 1.74 2007-10-25 09:41:31 alexandre_tb
|