Changeset 83029 in spip-zone
- Timestamp:
- Jun 13, 2014, 12:49:20 PM (7 years ago)
- Location:
- _plugins_/mailsubscribers/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mailsubscribers/trunk/newsletter/subscribe.php
r83028 r83029 127 127 $set['listes'] = mailsubscribers_normaliser_nom_liste(); 128 128 } 129 130 // si deja en prop, on le repasse sauvagement en prepa pour forcer un re-envoi de mail de confirmation 131 if ($row['statut']=='prop'){ 132 sql_updateq("spip_mailsubscribers",array('statut'=>'prepa'),'id_mailsubscriber='.intval($row['id_mailsubscriber'])); 133 } 129 134 } 130 135 -
_plugins_/mailsubscribers/trunk/paquet.xml
r83028 r83029 2 2 prefix="mailsubscribers" 3 3 categorie="communication" 4 version="1.5. 1"4 version="1.5.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.