Changeset 59620 in spip-zone
- Timestamp:
- Mar 21, 2012, 10:34:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/zotspip/trunk/formulaires/fusionner_zcreators.php
r59617 r59620 25 25 $itemKey[] = $zitem['id_zitem']; 26 26 $itemKey = implode(',',$itemKey); 27 $actuel = zotero_get("items/? content=json&itemKey=$itemKey");27 $actuel = zotero_get("items/?format=atom&content=json&itemKey=$itemKey"); 28 28 if (!$actuel) 29 29 return array('message_erreur' => _T('zotspip:erreur_connexion'));
Note: See TracChangeset
for help on using the changeset viewer.