Subversion Repositories Applications.bazar

Compare Revisions

Ignore whitespace Rev 147 → Rev 148

/trunk/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.53 2006-07-25 13:24:44 florian Exp $
// CVS : $Id: bazar.fonct.php,v 1.54 2006-09-14 15:11:23 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.53 $ $Date: 2006-07-25 13:24:44 $
*@version $Revision: 1.54 $ $Date: 2006-09-14 15:11:23 $
// +------------------------------------------------------------------------------------------------------+
*/
 
874,10 → 874,12
}
//TODO: verifier si wikini est associee a la fiche
//suppression des wikinis associes
/*
include_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/bibliotheque/gestion_wikini.class.php' ;
include_once PAP_CHEMIN_RACINE.'client/integrateur_wikini/bibliotheque/adwi_wikini.fonct.php' ;
$id_wikini='';
adwi_supprimer_wikini($id_wikini, $GLOBALS['_BAZAR_']['db']);
*/
// suppression des valeurs des listes et des cases à cocher
$requete = 'DELETE FROM bazar_fiche_valeur_liste WHERE bfvl_ce_fiche='.$_GET['id_fiche'];
$resultat = $GLOBALS['_BAZAR_']['db']->query($requete) ;
1203,6 → 1205,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.53 2006/07/25 13:24:44 florian
* correction bug image
*
* Revision 1.52 2006/07/25 13:05:00 alexandre_tb
* Remplacement d un die par un echo
*