backend support for alternate profile photos for private profiles

This commit is contained in:
friendica
2012-07-17 16:02:16 -07:00
parent 359c74d320
commit 073eb1b845
3 changed files with 37 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ function network_query($a,$arr) {
$parent_options = '';
$child_options = '';
$ordering = (($arr['order'] === 'post') ? "`created`" ? "`commented`") . " DESC";
$ordering = (($arr['order'] === 'post') ? "`created`" : "`commented`") . " DESC ";
$itemspage = get_pconfig($arr['uid'],'system','itemspage_network');
$a->set_pager_itemspage(((intval($itemspage_network)) ? $itemspage_network : 40));
@@ -137,4 +137,3 @@ function network_query($a,$arr) {
}