Mercurial > hg > ywww
changeset 11:c9ebf871114b
fix wrong var in debug output
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Sat, 18 Feb 2017 12:43:42 +0000 |
parents | 5aa24c984a3b |
children | b78209a5fba1 |
files | xml/getAmazonInfo.php |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/xml/getAmazonInfo.php Sat Feb 18 12:28:36 2017 +0000 +++ b/xml/getAmazonInfo.php Sat Feb 18 12:43:42 2017 +0000 @@ -124,7 +124,7 @@ file_put_contents('/var/ywww/debug/phpDebug',"parms: $go\n". print_r($parameters,TRUE)."\n",FILE_APPEND); if ($code=="") { - file_put_contents('/var/ywww/debug/phpDebug',"error elt:\n$out\n",FILE_APPEND); + file_put_contents('/var/ywww/debug/phpDebug',"error elt:\n$output\n",FILE_APPEND); } } }