X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=f442c73f5a6acace0d789d2f51563c60e315d2f8;hb=a588ae4022cf3715ac4801a8ed9633b1be1d3dfb;hp=263d7f80b2126bf8d77989a77f0f27a0be590067;hpb=bbf9378a495106a452b2c6001902b44c7e88fef0;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 263d7f80b2..f442c73f5a 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -263,16 +263,16 @@ function profile_content(&$a, $update = 0) { } } - // check if we serve a mobile device and get the user settings + // check if we serve a mobile device and get the user settings // accordingly - if ($a->is_mobile) { + if ($a->is_mobile) { $itemspage_network = get_pconfig(local_user(),'system','itemspage_mobile_network'); $itemspage_network = ((intval($itemspage_network)) ? $itemspage_network : 20); - } else { + } else { $itemspage_network = get_pconfig(local_user(),'system','itemspage_network'); $itemspage_network = ((intval($itemspage_network)) ? $itemspage_network : 40); } - // now that we have the user settings, see if the theme forces + // now that we have the user settings, see if the theme forces // a maximum item number which is lower then the user choice if(($a->force_max_items > 0) && ($a->force_max_items < $itemspage_network)) $itemspage_network = $a->force_max_items; @@ -294,7 +294,6 @@ function profile_content(&$a, $update = 0) { intval($a->profile['profile_uid']) ); - } $parents_arr = array();