Changeset 96623 in spip-zone
- Timestamp:
- Apr 13, 2016, 11:57:00 PM (5 years ago)
- Location:
- _plugins_/collection_json/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/collection_json/trunk/collectionjson_fonctions.php
r96617 r96623 70 70 $items = array(); 71 71 foreach ($lignes as $champs) { 72 $items[] = collectionjson_get_objet(objet_type($table_collection), $champs[$cle_objet], $ requete, $champs);72 $items[] = collectionjson_get_objet(objet_type($table_collection), $champs[$cle_objet], $champs); 73 73 } 74 74 -
_plugins_/collection_json/trunk/http/collectionjson.php
r96618 r96623 224 224 $id_objet = intval($ressource); 225 225 226 $item = collectionjson_get_objet($objet, $id_objet , $requete);226 $item = collectionjson_get_objet($objet, $id_objet); 227 227 228 228 $json = array( -
_plugins_/collection_json/trunk/paquet.xml
r96618 r96623 2 2 prefix="collectionjson" 3 3 categorie="outil" 4 version="1.4. 1"4 version="1.4.2" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.