Changeset 59166 in spip-zone
- Timestamp:
- Mar 9, 2012, 3:41:13 PM (9 years ago)
- Location:
- _plugins_/facteur/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/facteur/trunk/inc/envoyer_mail.php
r55059 r59166 96 96 } 97 97 } 98 // "Marie Toto <Marie@toto.com>" 99 if (preg_match(",^([^<>\"]*)<([^<>\"]+)>$,i",$from,$m)){ 100 $nom_envoyeur = trim($m[1]); 101 $from = trim($m[2]); 102 } 98 103 if (!empty($from)){ 99 104 $facteur->From = $from; -
_plugins_/facteur/trunk/paquet.xml
r58953 r59166 2 2 prefix="facteur" 3 3 categorie="communication" 4 version="2.0. 1"4 version="2.0.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0-dev;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.