projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96afaaa
)
Remove commented code.
author
Michael
<heluecht@pirati.ca>
Sat, 29 Apr 2017 20:21:54 +0000
(20:21 +0000)
committer
Michael
<heluecht@pirati.ca>
Sat, 29 Apr 2017 20:21:54 +0000
(20:21 +0000)
mod/ping.php
patch
|
blob
|
history
diff --git
a/mod/ping.php
b/mod/ping.php
index 212364def4f526edd48724776b476a36b83ce914..dcef73ffb252d96a1a7412d7e031aae4477d2837 100644
(file)
--- a/
mod/ping.php
+++ b/
mod/ping.php
@@
-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']);