Threaded items in every page concerned. Some code cleanup.

This commit is contained in:
Domovoy 2012-08-03 21:55:17 +02:00
commit ea7db7b7a8
6 changed files with 18 additions and 386 deletions

View file

@ -133,7 +133,7 @@ function notes_content(&$a,$update = false) {
if(count($r)) {
$items = conv_sort($r,"`commented`");
$o .= conversation($a,$items,'notes',$update, false, true);
$o .= conversation($a,$items,'notes',$update);
}
}