Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 70 → Rev 71

/trunk/bazar.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.php,v 1.21 2006-01-13 14:12:52 florian Exp $
// CVS : $Id: bazar.php,v 1.22 2006-01-16 15:11:28 alexandre_tb Exp $
/**
*
*@package bazar
28,7 → 28,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.21 $ $Date: 2006-01-13 14:12:52 $
*@version $Revision: 1.22 $ $Date: 2006-01-16 15:11:28 $
// +------------------------------------------------------------------------------------------------------+
*/
 
204,7 → 204,7
}
}
else {
$res .= baz_liste($GLOBALS['_BAZAR_']['id_nature']);
$res .= baz_liste();
}
return $res ;
}
213,6 → 213,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.21 2006/01/13 14:12:52 florian
* utilisation des temlates dans la table bazar_nature
*
* Revision 1.20 2006/01/05 16:28:25 alexandre_tb
* prise en chage des checkbox, reste la mise à jour à gérer
*