Unable to compare. I uninstalled the mod from my test store once testing was completed.
During the initial install on the live store, filezilla kept timing out and disconnecting. So this morning, I did a complete uninstall, reinstall of the mod in case any files were corrupted the first time around.
Same results. The code in includes/modules/recent_products.php, lines 17-21 is below. I don't know a lot about php code...but I don't see what's wrong with it.
Code:
if (RECENT_VIEWED_PRODUCTS_MAXIMUM < 1)
//set the maximum number of recently viewed products here
$maximum_recent = 5;
} else {
$maximum_recent = RECENT_VIEWED_PRODUCTS_MAXIMUM;