\n');
/* If executed, the VBScript above checks for Flash and sets the hasFlash variable. If VBScript is not supported it's value will still be undefined, so we'll run it through another test. This will make sure even Opera identified as IE will be tested */
if (window.hasFlash != null) {
return window.hasFlash;
}
}
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
var flashDescription = (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]).description;
return parseInt(flashDescription.charAt(flashDescription.indexOf(".") - 1)) >= nRequiredVersion;
}
return false;
}();
-->
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHE
ORDER BY `products_to_categories`.`categories_id`,`manufacturers`.`m' at line 7
SELECT products.products_id, manufacturers.manufacturers_name, products_description.products_name
FROM
`products`
INNER JOIN `products_description` ON (`products`.`products_id` = `products_description`.`products_id`)
INNER JOIN `products_to_categories` ON (`products_description`.`products_id` = `products_to_categories`.`products_id`)
INNER JOIN `manufacturers` ON (`products`.`manufacturers_id` = `manufacturers`.`manufacturers_id`)
WHE
ORDER BY `products_to_categories`.`categories_id`,`manufacturers`.`manufacturers_name`, `products_description`.`products_name`
LIMIT 100