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.58 2006-12-13 13:20:16 alexandre_tb Exp $ |
// CVS : $Id: bazar.fonct.php,v 1.59 2007-01-22 16:05:56 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.58 $ $Date: 2006-12-13 13:20:16 $ |
*@version $Revision: 1.59 $ $Date: 2007-01-22 16:05:56 $ |
// +------------------------------------------------------------------------------------------------------+ |
*/ |
|
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.58 2006/12/13 13:20:16 alexandre_tb |
* Remplacement de l appel d une constante par un appel direct. -> warning |
* |
* Revision 1.57 2006/10/05 08:53:50 florian |
* amelioration moteur de recherche, correction de bugs |
* |