Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 950 → Rev 951

/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.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 $
// CVS : $Id: inscription.fonct.php,v 1.21 2006-09-20 13:10:01 alexandre_tb Exp $
// CVS : $Id: inscription.fonct.php,v 1.21 2006-09-20 13:10:01 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.20 $ $Date: 2006-07-06 10:33:58 $
*@version $Revision: 1.20 $ $Date: 2006-07-06 10:33:58 $
*@version $Revision: 1.21 $ $Date: 2006-09-20 13:10:01 $
*@version $Revision: 1.21 $ $Date: 2006-09-20 13:10:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
369,9 → 369,11
if ($ligne[INS_CHAMPS_VISIBLE] == 1) {
$res .= '<li>'.INS_VOUS_APPARAISSEZ.'</li>'."\n";
} else $res .= '<li>'.INS_VOUS_APPARAISSEZ_PAS.'</li>'."\n";
if ($ligne[INS_CHAMPS_LETTRE] == 1) {
$res .= '<li>'.INS_VOUS_RECEVEZ_LETTRE.'</li>'."\n";
} else $res .= '<li>'.INS_VOUS_RECEVEZ_PAS_LETTRE.'</li>'."\n";
if (INS_CHAMPS_LETTRE != '') {
if ($ligne[INS_CHAMPS_LETTRE] == 1) {
$res .= '<li>'.INS_VOUS_RECEVEZ_LETTRE.'</li>'."\n";
} else $res .= '<li>'.INS_VOUS_RECEVEZ_PAS_LETTRE.'</li>'."\n";
}
$res .= '</ul>'."\n";
$res .= '<br />'."\n";
$res .= '<ul>'."\n";;
716,6 → 718,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.20 2006/07/06 10:33:58 alexandre_tb
* Suppression d'un warning
*
* Revision 1.19 2006/07/04 09:39:27 alexandre_tb
* correction d'un bug mineur
*