VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: doorknob on April 22, 2009, 02:34:17 AM

Title: Bug in Recently Viewed Products 3
Post by: doorknob on April 22, 2009, 02:34:17 AM
I don't understand why ps_product.php line 2686 has been commented out. It is obviously efficient to jump straight out as soon as possible if there are no records to process. I have changed lines 2685 to 2687 from
if($recentproducts['idx'] == 0) {
//return "";
}

to
if($recentproducts['idx'] == 0) {
return "";
}

regards
Phil
J1.5.10 vm 1.1.3 (build 1723)