<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?>
<!-- RSS for Weltladen24, generated on Wed, 08 Sep 2010 08:20:29 +0200 -->
<rss version="2.0"
  xmlns:ecommerce="http://shopping.discovery.com/erss/"
  xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Weltladen24</title>
<link>http://www.weltladen24.de</link>
<description>Weltladen24</description>
<webMaster>admin@weltladen24.de</webMaster>
<language>de</language>
<lastBuildDate>Wed, 08 Sep 2010 08:20:29 +0200</lastBuildDate>
<image>
  <url>http://www.weltladen24.de/shop/logo.png</url>
  <title>Weltladen24</title>
  <link>http://www.weltladen24.de/shop/</link>
  <description>Weltladen24</description>
</image>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
Couldn\'t execute query:<br />SELECT p.products_id, p.products_price, p.products_tax_class_id, p.products_model, 
               p.products_image, p.products_date_added, pd.products_name, pd.products_description,
               m.manufacturers_name, cd.categories_name
        FROM fec_products p
             
        LEFT JOIN fec_products_description pd
               ON pd.products_id = p.products_id
              AND pd.language_id = '2'
        LEFT JOIN fec_manufacturers m
               ON m.manufacturers_id = p.manufacturers_id
        LEFT JOIN fec_products_to_categories p2c
               ON p2c.products_id=p.products_id
        LEFT JOIN fec_categories_description cd
               ON p2c.categories_id = cd.categories_id
              AND cd.language_id = '2'
        WHERE 
              p.products_status=1 AND 
              p.products_to_rss=1
        GROUP BY p.products_id
        ORDER BY p.products_id DESC
        LIMIT 250