Index: temp/trunk/html/frontparts/bloc/best5.php
===================================================================
--- temp/trunk/html/frontparts/bloc/best5.php	(revision 8384)
+++ temp/trunk/html/frontparts/bloc/best5.php	(revision 8385)
@@ -34,9 +34,8 @@
 	$where = "status = 1";
 	$order = "rank";
+	$objQuery->setorder($order);
 	
 	$arrBestProducts = $objQuery->select($col, $from, $where);
 		
-	sfprintr($arrBestProducts);
-
 	return $arrBestProducts;
 }
