google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

bad logic in google_sitemap_builder.php prevents product listing from getting built #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
in add_product_url(), change:

...$product['products_quantity' >= 1])

to 

...$product['products_quantity'] >= 1)

Original issue reported on code.google.com by egjenkin...@gtempaccount.com on 13 Sep 2009 at 3:57