Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 574 → Rev 575

/trunk/client/bottin/inscription.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: inscription.php,v 1.3 2005-09-29 16:07:51 alexandre_tb Exp $
// CVS : $Id: inscription.php,v 1.4 2005-10-25 14:02:21 alexandre_tb Exp $
/**
* Inscription
*
32,7 → 32,7
//Autres auteurs :
*@author Florian SCHMITT <florian@ecole-et-nature.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.3 $ $Date: 2005-09-29 16:07:51 $
*@version $Revision: 1.4 $ $Date: 2005-10-25 14:02:21 $
// +------------------------------------------------------------------------------------------------------+
*/
 
127,6 → 127,7
}else {
$formulaire->addElement('hidden', 'action', 'inscription_v') ;
$formulaire->setDefaults(array('pays' => 'FR', 'visible' => 1));
}
}
211,6 → 212,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.3 2005/09/29 16:07:51 alexandre_tb
* En cours de production.
*
* Revision 1.2 2005/09/27 13:59:24 alexandre_tb
* correction de bogue, généralisation du code etc.
*