[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/www/community/donations/statistics
From:       Albert Astals Cid <aacid () kde ! org>
Date:       2014-07-31 17:11:04
Message-ID: E1XCtse-0001I3-4Y () scm ! kde ! org
[Download RAW message or body]

SVN commit 1395322 by aacid:

break tie with total


 M  +3 -0      index.php  


--- trunk/www/sites/www/community/donations/statistics/index.php #1395321:1395322
@@ -152,7 +152,10 @@
     }
 
     uasort($merged_urls, function($a, $b) {
+        if ($a['1'] != $b['1']
         return $a['1'] < $b['1'];
+        else
+            return $a['0'] < $b['0'];
     });
 
     echo "<table border=1 width=\"600\">";
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic