Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 906 → Rev 907

/trunk/client/bottin/bibliotheque/inscription.fonct.php
19,8 → 19,8
// | 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: inscription.fonct.php,v 1.19 2006-07-04 09:39:27 alexandre_tb Exp $
// CVS : $Id: inscription.fonct.php,v 1.19 2006-07-04 09:39:27 alexandre_tb Exp $
// CVS : $Id: inscription.fonct.php,v 1.20 2006-07-06 10:33:58 alexandre_tb Exp $
// CVS : $Id: inscription.fonct.php,v 1.20 2006-07-06 10:33:58 alexandre_tb Exp $
/**
* Fonctions du module inscription
*
32,8 → 32,8
//Autres auteurs :
*@author Florian Schmitt <florian@ecole-et-nature.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.19 $ $Date: 2006-07-04 09:39:27 $
*@version $Revision: 1.19 $ $Date: 2006-07-04 09:39:27 $
*@version $Revision: 1.20 $ $Date: 2006-07-06 10:33:58 $
*@version $Revision: 1.20 $ $Date: 2006-07-06 10:33:58 $
// +------------------------------------------------------------------------------------------------------+
*/
 
270,7 → 270,7
}
$req .= ",".INS_CHAMPS_DEPARTEMENT."='$n_dpt'";
}
if (INS_UTILISE_WIKINI) $req .= ','.INS_CHAMPS_NOM_WIKINI.'="'.$valeur['nom_wiki'].'"';
if (INS_UTILISE_WIKINI && isset ($valeur['nom_wiki'])) $req .= ','.INS_CHAMPS_NOM_WIKINI.'="'.$valeur['nom_wiki'].'"';
return $req ;
}
 
716,6 → 716,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.19 2006/07/04 09:39:27 alexandre_tb
* correction d'un bug mineur
*
* Revision 1.18 2006/06/01 14:42:20 alexandre_tb
* suppression d'un commentaire inutile
*