*** empty log message ***
diff --git a/scripts/friendsFunctions.php b/scripts/friendsFunctions.php
index 67446dc..069f44a 100644
--- a/scripts/friendsFunctions.php
+++ b/scripts/friendsFunctions.php
@@ -5,7 +5,7 @@
 function sideDonorList($_numrows, $_amount=TRUE) {
 
 	
-	$where = "WHERE F.is_benefit = 1 AND FC.date_expired > '2012-04-01 00:00:00' AND FC.date_expired < '2012-08-01 00:00:00'";
+	$where = "WHERE F.is_benefit = 1 AND FC.date_expired > '2012-05-01 00:00:00' AND FC.date_expired < '2012-08-01 00:00:00'";
 	
 	$friendsContributionsList = new FriendsContributionsList();
 	$friendsContributionsList->selectFriendsContributionsList(0, $_numrows, $where);
@@ -53,7 +53,7 @@
 }
 
 function getWantedCount() {
-	$where = "WHERE F.is_benefit = 1 AND FC.date_expired > '2012-04-01 00:00:00' AND FC.date_expired < '2012-08-01 00:00:00'";
+	$where = "WHERE F.is_benefit = 1 AND FC.date_expired > '2012-05-01 00:00:00' AND FC.date_expired < '2012-08-01 00:00:00'";
 	
 	$friendsContributionsList = new FriendsContributionsList();
 	$friendsContributionsList->selectFriendsContributionsList(0, 500, $where);