]> git.mxchange.org Git - friendica.git/commitdiff
Remove commented code.
authorMichael <heluecht@pirati.ca>
Sat, 29 Apr 2017 20:21:54 +0000 (20:21 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 29 Apr 2017 20:21:54 +0000 (20:21 +0000)
mod/ping.php

index 212364def4f526edd48724776b476a36b83ce914..dcef73ffb252d96a1a7412d7e031aae4477d2837 100644 (file)
@@ -305,10 +305,6 @@ function ping_init(App $a)
 
                // sort notifications by $[]['date']
                $sort_function = function($a, $b) {
-                       //if (!$a['seen'] AND $b['seen']) {
-                       //      return -1;
-                       //}
-
                        $adate = strtotime($a['date']);
                        $bdate = strtotime($b['date']);