| 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.14 2005-11-24 16:17:13 florian Exp $
|
22 |
// CVS : $Id: bazar.php,v 1.15 2005-11-30 13:58:45 florian 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.14 $ $Date: 2005-11-24 16:17:13 $
|
31 |
*@version $Revision: 1.15 $ $Date: 2005-11-30 13:58:45 $
|
| 32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
| 33 |
*/
|
33 |
*/
|
| Line 34... |
Line 34... |
| 34 |
|
34 |
|
| 35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 79... |
Line 79... |
| 79 |
|
79 |
|
| Line 80... |
Line 80... |
| 80 |
$GLOBALS['id_user']=$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
|
80 |
$GLOBALS['id_user']=$GLOBALS['AUTH']->getAuthData(BAZ_CHAMPS_ID);
|
| Line 81... |
Line -... |
| 81 |
|
- |
|
| 82 |
$res = '';
|
- |
|
| 83 |
|
81 |
|
| 84 |
$res .= '<pre>'.var_dump($_POST).'</pre>';
|
82 |
$res = '';
|
| 85 |
|
83 |
|
| 86 |
//---------------l'entête de l'appli-----------
|
84 |
//---------------l'entête de l'appli-----------
|
| Line 184... |
Line 182... |
| 184 |
|
182 |
|
| 185 |
|
183 |
|
| 186 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
184 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
185 |
*
|
| - |
|
186 |
* $Log: not supported by cvs2svn $
|
| - |
|
187 |
* Revision 1.14 2005/11/24 16:17:13 florian
|
| 187 |
*
|
188 |
* corrections bugs, ajout des cases à cocher
|
| 188 |
* $Log: not supported by cvs2svn $
|
189 |
*
|
| 189 |
* Revision 1.13 2005/11/14 16:04:54 florian
|
190 |
* Revision 1.13 2005/11/14 16:04:54 florian
|
| 190 |
* maj bug affichage flux
|
191 |
* maj bug affichage flux
|
| 191 |
*
|
192 |
*
|