Changeset 43247 in spip-zone
- Timestamp:
- Dec 30, 2010, 3:07:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/booksearch/inc/booksearch_to_array.php
r43189 r43247 19 19 20 20 function inc_booksearch_to_array($u) { 21 22 try {23 21 24 22 $amazonEcs = new AmazonECS(AWS_API_KEY, AWS_API_SECRET_KEY, 'FR'); … … 47 45 else 48 46 $u = array(); 49 } catch (Exception $e) {50 return $e;51 }52 47 53 48 return $u;
Note: See TracChangeset
for help on using the changeset viewer.