Changeset 91929 in spip-zone for _plugins_/lim
- Timestamp:
- Sep 18, 2015, 10:18:27 PM (6 years ago)
- Location:
- _plugins_/lim/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/lim/trunk/lim_pipelines.php
r88639 r91929 15 15 function lim_afficher_config_objet($flux){ 16 16 $type = $flux['args']['type']; 17 if ($type == 'article' ){17 if ($type == 'article' AND !empty($flux['data'])){ 18 18 19 19 $tab_data = explode("<div class='ajax'>", $flux['data']); -
_plugins_/lim/trunk/paquet.xml
r90885 r91929 2 2 prefix="lim" 3 3 categorie="maintenance" 4 version="1.0. 5"4 version="1.0.6" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.