mostly cosmetic changes to make DB tables accurately reflect the conversation members
This commit is contained in:
parent
7df6cb850e
commit
7d6a67f903
4 changed files with 11 additions and 7 deletions
|
|
@ -540,7 +540,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
'$osparkle' => $osparkle,
|
||||
'$sparkle' => $sparkle,
|
||||
'$title' => template_escape($item['title']),
|
||||
'$ago' => ((($item['app']) && ($item['id'] == $item['parent'])) ? sprintf( t('%s from %s'),relative_date($item['created']),$item['app']) : relative_date($item['created'])),
|
||||
'$ago' => (($item['app']) ? sprintf( t('%s from %s'),relative_date($item['created']),$item['app']) : relative_date($item['created'])),
|
||||
'$lock' => $lock,
|
||||
'$location' => template_escape($location),
|
||||
'$indent' => $indent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue