Lines 2557 & 2570 of ps_product.php have been recently updated to include product_in_stock but they still don't include product_url which will be required to fix the bug on line 2695 which loads the product_name into the product_url variable
$featured_products[$i]['product_url'] = $db->f("product_name");
should be
$featured_products[$i]['product_url'] = $db->f("product_url");
but will require that update to lines 2557 & 2570.
While you're there, how about adding product_full_image, which I use on my browse page (for a custom js rollover). I'm sure many others already make the same mod or would use it, if available.
Regards
Phil
Thanks. Fixed in SVN rev. 1469.
Greg