diff php/read/getBookDetails.php @ 38:c24ae74bf6d5

pass char for log lines in to doAmazonRequest
author Charlie Root
date Fri, 04 Jan 2019 18:02:20 -0500
parents e570b199108b
children dbc006408d2b
line wrap: on
line diff
--- a/php/read/getBookDetails.php	Fri Jan 04 14:05:23 2019 -0500
+++ b/php/read/getBookDetails.php	Fri Jan 04 18:02:20 2019 -0500
@@ -188,7 +188,7 @@
 	    }
 
 	    try {
-	      $xml=doAmazonRequest($Aserver[$locale]['ext'],$parameters,3);
+	      $xml=doAmazonRequest($Aserver[$locale]['ext'],$parameters,6,'d');
 	      //use this xml to pull out the necessary information and save it
 	      set_error_handler(function () {
 		  global $out,$isbn;