Changeset 90242 in spip-zone
- Timestamp:
- Jun 14, 2015, 7:55:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/abonnements/trunk/abonnements_pipelines.php
r90180 r90242 55 55 // Si on a mis l'abonnement inactif ou à la poubelle, on doit enlever les tâches liées 56 56 if (in_array($abonnement['statut'], array('inactif', 'poubelle'))) { 57 include_spip('action/editer_liens'); 57 58 $liens = objet_trouver_liens(array('job' => '*'), array('abonnement' => $abonnement['id_abonnement'])); 58 59 if ($liens and is_array($liens)){
Note: See TracChangeset
for help on using the changeset viewer.