more spaces
This commit is contained in:
parent
80e58964ce
commit
eb6a6228f7
4 changed files with 9 additions and 9 deletions
|
|
@ -715,7 +715,7 @@ function posts_from_gcontact(App $a, $gcontact_id) {
|
|||
intval($a->pager['itemspage'])
|
||||
);
|
||||
|
||||
$o = conversation($a,$r,'community',false);
|
||||
$o = conversation($a, $r, 'community', false);
|
||||
|
||||
$o .= alt_pager($a, count($r));
|
||||
|
||||
|
|
@ -758,7 +758,7 @@ function posts_from_contact_url(App $a, $contact_url) {
|
|||
intval($a->pager['itemspage'])
|
||||
);
|
||||
|
||||
$o = conversation($a,$r,'community',false);
|
||||
$o = conversation($a, $r, 'community', false);
|
||||
|
||||
$o .= alt_pager($a, count($r));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue