Changeset 94519 in spip-zone
- Timestamp:
- Jan 9, 2016, 5:00:41 PM (5 years ago)
- Location:
- _plugins_/mailsubscribers/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mailsubscribers/trunk/inc/mailsubscribers.php
r90368 r94519 194 194 } 195 195 } 196 196 197 // Trier les résultats par le champ Status (d'abord open, puis close) 198 $status = array(); 199 foreach ($listes as $key => $row) 200 { 201 $status[$key] = $row['status']; 202 } 203 array_multisort($status, SORT_DESC, $listes); 204 197 205 return $listes; 198 206 } -
_plugins_/mailsubscribers/trunk/paquet.xml
r90714 r94519 2 2 prefix="mailsubscribers" 3 3 categorie="communication" 4 version="1.7. 4"4 version="1.7.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.