Changeset 84713 in spip-zone for _plugins_/corbeille
- Timestamp:
- Sep 16, 2014, 8:26:55 PM (7 years ago)
- Location:
- _plugins_/corbeille/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/corbeille/trunk/action/corbeille_vider.php
r53417 r84713 45 45 "auteurs" => array( 46 46 "statut" => "5poubelle", 47 "tableliee"=> array("spip_documents_liens"), 47 48 ), 48 49 "breves"=> array( 49 "statut" => "refuse", 50 "statut" => "refuse", 51 "tableliee"=> array("spip_documents_liens"), 50 52 ), 51 53 "forums_publics" => array( … … 62 64 "sites" => array( 63 65 "statut" => "refuse", 64 "tableliee"=> array("spip_syndic_articles","spip_mots_syndic" ),66 "tableliee"=> array("spip_syndic_articles","spip_mots_syndic","spip_documents_liens"), 65 67 ), 66 68 ); -
_plugins_/corbeille/trunk/paquet.xml
r84262 r84713 2 2 prefix="corbeille" 3 3 categorie="maintenance" 4 version="3.0. 4"4 version="3.0.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.