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