Index: temp/trunk/html/frontparts/bloc/best5.php
===================================================================
--- temp/trunk/html/frontparts/bloc/best5.php	(revision 5256)
+++ temp/trunk/html/frontparts/bloc/best5.php	(revision 5257)
@@ -31,6 +31,6 @@
 	$objQuery->setorder($order);
 	
+	$arrBestProducts = $objQuery->select($col, $from, $where);
 	$objQuery->getlastquery();
-	$arrBestProducts = $objQuery->select($col, $from, $where);
 	return $arrBestProducts;
 }
