Changeset 91932 in spip-zone for _plugins_/lim
- Timestamp:
- Sep 19, 2015, 10:02:39 AM (6 years ago)
- Location:
- _plugins_/lim/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/lim/trunk/inc/lim_api.php
r90474 r91932 36 36 } 37 37 38 if ( count($liste_logos) > 0) return true;38 if (is_array($liste_logos) AND count($liste_logos) > 0) return true; 39 39 return false; 40 40 } -
_plugins_/lim/trunk/paquet.xml
r91929 r91932 2 2 prefix="lim" 3 3 categorie="maintenance" 4 version="1.0. 6"4 version="1.0.7" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.