Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1145

/trunk/papyrus/applettes/identification/identification.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: identification.php,v 1.28 2006-12-12 13:26:42 jp_milcent Exp $
// CVS : $Id: identification.php,v 1.29 2006-12-12 13:53:54 jp_milcent Exp $
/**
* Applette : identification
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.28 $ $Date: 2006-12-12 13:26:42 $
*@version $Revision: 1.29 $ $Date: 2006-12-12 13:53:54 $
// +------------------------------------------------------------------------------------------------------+
*/
 
46,7 → 46,8
// | ENTÊTE du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
$GLOBALS['_GEN_commun']['info_applette_nom_fonction'] = 'afficherFormIdentification';
$GLOBALS['_GEN_commun']['info_applette_balise'] = '<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'(IDENTIFICATION) -->';
$GLOBALS['_GEN_commun']['info_applette_balise'] = '(?:<!-- '.$GLOBALS['_GEN_commun']['balise_prefixe'].'(IDENTIFICATION) -->|'.
'\{\{[Ii]dentification\s*\}\})';
 
/** Inclusion du fichier de configuration de cette applette.*/
require_once GEN_CHEMIN_APPLETTE.'identification'.GEN_SEP.'configuration'.GEN_SEP.'iden_config.inc.php';
221,6 → 222,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.28 2006/12/12 13:26:42 jp_milcent
* Modification de la gestion de l'identification. Utilisation des variables de session.
*
* Revision 1.27 2006/12/08 18:14:57 jp_milcent
* Correction bogue : l'identification ne tenait pas...
*