I think you may find that the fix suggests you add $cust_array = array(); below the $custlist = ''; and not replace that line.........

Quote Originally Posted by bigjoed View Post
On your file admin/stats_recover_cart_sales.php replace the following code on line 96:

$custlist = '';

Replace with:

$cust_array = array();


It was posted here.