Changeset 95936 in spip-zone
- Timestamp:
- Mar 12, 2016, 6:21:48 PM (5 years ago)
- Location:
- _plugins_/statistiques_objets/trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/statistiques_objets/trunk/paquet.xml
r95935 r95936 2 2 prefix="statsobjets" 3 3 categorie="statistique" 4 version="1.0.1 7"4 version="1.0.19" 5 5 etat="dev" 6 6 compatibilite="[3.0.0;3.1.*]" -
_plugins_/statistiques_objets/trunk/prive/squelettes/contenu/stats_repartition_fonctions.php
r95934 r95936 88 88 } 89 89 // sinon on s'assure d'avoir un array des objets passés en paramètres 90 elseif ( !is_array($objets)) {90 elseif (is_string($objets)) { 91 91 $objets = array($objets); 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.