Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 170 → Rev 171

/branches/livraison_menes/bibliotheque/bazar.fonct.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.fonct.php,v 1.57.2.1 2006-12-13 13:23:03 alexandre_tb Exp $
// CVS : $Id: bazar.fonct.php,v 1.57.2.2 2007-01-22 16:05:39 alexandre_tb Exp $
/**
*
* Fonctions du module bazar
31,7 → 31,7
*@author Florian Schmitt <florian@ecole-et-nature.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.57.2.1 $ $Date: 2006-12-13 13:23:03 $
*@version $Revision: 1.57.2.2 $ $Date: 2007-01-22 16:05:39 $
// +------------------------------------------------------------------------------------------------------+
*/
 
769,6 → 769,10
'bf_date_creation_fiche=NOW(),';
if ($GLOBALS['_BAZAR_']['appropriation']== 1) {
$requete .= 'bf_date_debut_validite_fiche=now(), ' ;
} else {
if (!isset($_GET['bf_date_debut_validite_fiche'])) {
$requete .= 'bf_date_debut_validite_fiche=now(), ' ;
}
}
$requete .=requete_bazar_fiche(&$valeur) ;
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
1255,6 → 1259,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.57.2.1 2006/12/13 13:23:03 alexandre_tb
* Remplacement de l appel d une constante par un appel direct. -> warning
*
* Revision 1.58 2006/12/13 13:20:16 alexandre_tb
* Remplacement de l appel d une constante par un appel direct. -> warning
*