Standard stuff

This commit is contained in:
Michael 2017-03-13 00:09:32 +00:00
parent 044e9a6603
commit 80e58964ce
1 changed files with 2 additions and 2 deletions

View File

@ -717,7 +717,7 @@ function posts_from_gcontact(App $a, $gcontact_id) {
$o = conversation($a,$r,'community',false);
$o .= alt_pager($a,count($r));
$o .= alt_pager($a, count($r));
return $o;
}
@ -760,7 +760,7 @@ function posts_from_contact_url(App $a, $contact_url) {
$o = conversation($a,$r,'community',false);
$o .= alt_pager($a,count($r));
$o .= alt_pager($a, count($r));
return $o;
}