Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 464 → Rev 465

/trunk/papyrus/applettes/vous_etes_ici/vous_etes_ici.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: vous_etes_ici.php,v 1.7 2005-09-23 14:21:18 florian Exp $
// CVS : $Id: vous_etes_ici.php,v 1.8 2005-09-26 20:18:27 ddelon Exp $
/**
* Applette : Vous Etes Ici
*
39,7 → 39,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2005-09-23 14:21:18 $
*@version $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
// +------------------------------------------------------------------------------------------------------+
*/
 
83,7 → 83,9
// Initialisation de variable.
$objet_pear_db =& $GLOBALS['_GEN_commun']['pear_db'];
$vei_numero = $GLOBALS['_PAPYRUS_']['applette']['comptage'][$GLOBALS['_VEI_']['nom_fonction']];
(empty($menu_courant_id)) ? $menu_courant_id = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu : '';
if (isset( $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu)) {
(empty($menu_courant_id)) ? $menu_courant_id = $GLOBALS['_GEN_commun']['info_menu']->gm_id_menu : '';
}
$vei = '';
// Gestion des erreurs
160,6 → 162,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2005/09/23 14:21:18 florian
* compatibilité XHTML
*
* Revision 1.6 2005/04/14 16:38:02 jpm
* Ajout de la gestion des URL avec la classe Pap_URL de Papyrus.
*
/trunk/papyrus/installation/papyrus_v0.23.sql
1,3 → 1,6
-- Réglages parametres langues
UPDATE `gen_i18n` SET `gi_ce_pays` = 'FR', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'fr';
UPDATE `gen_i18n` SET `gi_ce_pays` = 'UK', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'en';
 
-- Eventuellement (pour afficher nom prenom sur annuaire interne)
UPDATE `gen_site_auth_bdd` SET `gsab_parametres` = 'chp_personne_prenom=ga_prenom chp_personne_nom=ga_nom' WHERE `gsab_id_auth_bdd` =1