Changeset 112229 in spip-zone
- Timestamp:
- Oct 31, 2018, 10:43:45 AM (2 years ago)
- Location:
- _core_/branches/spip-3.2/plugins/medias
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/branches/spip-3.2/plugins/medias/modeles/document_case_fonctions.php
r100533 r112229 13 13 } 14 14 15 define('_BOUTON_MODE_IMAGE', true); 15 if (!defined('_BOUTON_MODE_IMAGE')) { 16 define('_BOUTON_MODE_IMAGE', true); 17 } 16 18 17 19 include_spip('inc/documents'); // pour la fonction affiche_raccourci_doc -
_core_/branches/spip-3.2/plugins/medias/paquet.xml
r112159 r112229 2 2 prefix="medias" 3 3 categorie="multimedia" 4 version="2.20.2 7"4 version="2.20.28" 5 5 etat="stable" 6 6 compatibilite="[3.2.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.