Changeset 43989 in spip-zone
- Timestamp:
- Jan 29, 2011, 7:56:51 PM (10 years ago)
- Location:
- _plugins_/Association/Associaspip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/Association/Associaspip/association_options.php
r43924 r43989 12 12 if (!defined("_ECRIRE_INC_VERSION")) return; 13 13 14 // Gestion de l'absence eventuelle du plugin Inscription214 // Gestion de l'absence du plugin Inscription2 (code pratiquement mort) 15 15 16 16 if (!defined('_ASSOCIATION_INSCRIPTION2')) 17 define('_ASSOCIATION_INSCRIPTION2', true); // false si on sait s'en passer17 define('_ASSOCIATION_INSCRIPTION2', false); // true si le veut 18 18 19 19 define('_ASSOCIATION_AUTEURS_ELARGIS', -
_plugins_/Association/Associaspip/exec/voir_adherent.php
r43930 r43989 73 73 debut_cadre_relief( "", false, "", $titre = $nom_famille.' '.$prenom); 74 74 75 echo _L('Liens_vers_les 75 echo _L('Liens_vers_les_justificatifs'), ' ', voir_adherent_recus($id_auteur), '<br /><br />'; 76 76 77 77 // FICHE HISTORIQUE COTISATIONS
Note: See TracChangeset
for help on using the changeset viewer.