Changeset 103767 in spip-zone
- Timestamp:
- Apr 6, 2017, 6:38:04 AM (4 years ago)
- Location:
- _plugins_/ma-lettre/trunk
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ma-lettre/trunk/action/supprimer_lettre.php
r61937 r103767 1 1 <?php 2 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function action_supprimer_lettre_dist() { … … 33 35 34 36 } 35 ?> -
_plugins_/ma-lettre/trunk/base/malettre.php
r61937 r103767 1 1 <?php 2 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 function malettre_declarer_tables_interfaces($interface){ … … 40 42 41 43 42 ?> -
_plugins_/ma-lettre/trunk/formulaires/editer_malettre.php
r86048 r103767 3 3 * Formulaire pour composer la lettre 4 4 */ 5 if (!defined("_ECRIRE_INC_VERSION")) return; 5 if (!defined('_ECRIRE_INC_VERSION')) { 6 return; 7 } 8 6 9 include_spip('inc/actions'); 7 10 include_spip('inc/editer'); … … 133 136 } 134 137 135 ?> -
_plugins_/ma-lettre/trunk/formulaires/envoi_malettre.php
r86048 r103767 3 3 * Formulaire pour envoi la lettre (avec ou sa facteur) 4 4 */ 5 if (!defined("_ECRIRE_INC_VERSION")) return; 5 if (!defined('_ECRIRE_INC_VERSION')) { 6 return; 7 } 6 8 include_spip('inc/actions'); 7 9 include_spip('inc/editer'); … … 290 292 } 291 293 292 ?> -
_plugins_/ma-lettre/trunk/lang/malettre_fr.php
r95752 r103767 104 104 ); 105 105 106 107 ?> -
_plugins_/ma-lettre/trunk/lang/malettre_nl.php
r61937 r103767 70 70 ); 71 71 72 73 ?> -
_plugins_/ma-lettre/trunk/lang/paquet-malettre_fr.php
r61937 r103767 12 12 ); 13 13 14 ?> -
_plugins_/ma-lettre/trunk/lib/class.phpmailer.php
r61937 r103767 1497 1497 } 1498 1498 1499 ?> -
_plugins_/ma-lettre/trunk/malettre_administrations.php
r95752 r103767 1 1 <?php 2 2 3 if (!defined('_ECRIRE_INC_VERSION')) return; 3 if (!defined('_ECRIRE_INC_VERSION')) { 4 return; 5 } 4 6 5 7 /** 6 * Installation/maj des tables gis8 * Installation/maj des tables ma-lettre 7 9 * 8 10 * @param string $nom_meta_base_version -
_plugins_/ma-lettre/trunk/malettre_autoriser.php
r95752 r103767 1 1 <?php 2 if (!defined("_ECRIRE_INC_VERSION")) return; 2 if (!defined('_ECRIRE_INC_VERSION')) { 3 return; 4 } 3 5 4 6 -
_plugins_/ma-lettre/trunk/malettre_fonctions.php
r95752 r103767 1 1 <?php 2 if (!defined("_ECRIRE_INC_VERSION")) return; 2 if (!defined('_ECRIRE_INC_VERSION')) { 3 return; 4 } 3 5 // 4 6 // recuperer la page lettre avec le contexte -
_plugins_/ma-lettre/trunk/paquet.xml
r103720 r103767 2 2 prefix="malettre" 3 3 categorie="communication" 4 version="3.3. 2"4 version="3.3.3" 5 5 schema="1.0.0" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.