Changeset 112565 in spip-zone
- Timestamp:
- Nov 29, 2018, 8:40:44 AM (2 years ago)
- Location:
- _plugins_/clevermail/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/clevermail/trunk/inc/clevermail_filtres.php
r112548 r112565 50 50 * @return string|mixed Retourne `$val` si `$continue` présent, sinon ''. 51 51 */ 52 if (!function_exists('filtre_setenv')) { 52 include_spip('inc/plugin'); // pour spip_version_compare 53 if (spip_version_compare($GLOBALS['spip_version_branche'], '3.1.0', '<')) { 53 54 // Fonction qui n'existait pas avant SPIP 3.1 54 55 function filtre_setenv(&$Pile, $val, $key, $continue = null) { -
_plugins_/clevermail/trunk/paquet.xml
r112548 r112565 2 2 prefix="clevermail" 3 3 categorie="communication" 4 version="3.0.2 0"4 version="3.0.21" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.