Index: temp/trunk/html/frontparts/bloc/best5.php
===================================================================
--- temp/trunk/html/frontparts/bloc/best5.php	(revision 4874)
+++ temp/trunk/html/frontparts/bloc/best5.php	(revision 4875)
@@ -26,5 +26,5 @@
 	
 	$col = "A.*, name, price02_min, price01_min, main_list_image ";
-	$from = "dtb_best_products AS A INNER JOIN vw_products_allclass ON using(product_id)";
+	$from = "dtb_best_products AS A INNER JOIN vw_products_allclass using(product_id)";
 	$where = "status = 1";
 	$order = "rank";
