Changeset 112165 in spip-zone
- Timestamp:
- Oct 25, 2018, 6:07:56 PM (2 years ago)
- Location:
- _core_/plugins/medias
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/medias/modeles/document_case_fonctions.php
r100533 r112165 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_/plugins/medias/paquet.xml
r112158 r112165 2 2 prefix="medias" 3 3 categorie="multimedia" 4 version="2.21.1 7"4 version="2.21.18" 5 5 etat="stable" 6 6 compatibilite="[3.3.0-dev;3.3.*]"
Note: See TracChangeset
for help on using the changeset viewer.