Index: temp/branches/ec-cube-beta/html/admin/mail/index.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/mail/index.php	(revision 11247)
+++ temp/branches/ec-cube-beta/html/admin/mail/index.php	(revision 11308)
@@ -422,5 +422,5 @@
 	global $objQuery;
 	
-	$sql = "SELECT campaign_id, campaign_name FROM dtb_campaign ORDER BY update_date";
+	$sql = "SELECT campaign_id, campaign_name FROM dtb_campaign ORDER BY update_date DESC";
 	$arrResult = $objQuery->getall($sql);
 
