more spaces + some curly spaces added

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder
2017-01-26 16:07:30 +01:00
committed by Roland Haeder
parent 41a36606c6
commit 951006dd10
42 changed files with 206 additions and 187 deletions
+3 -3
View File
@@ -50,7 +50,7 @@ class ForumManager {
if (!$contacts)
return($forumlist);
foreach($contacts as $contact) {
foreach ($contacts as $contact) {
$forumlist[] = array(
'url' => $contact['url'],
'name' => $contact['name'],
@@ -92,7 +92,7 @@ class ForumManager {
$id = 0;
foreach($contacts as $contact) {
foreach ($contacts as $contact) {
$selected = (($cid == $contact['id']) ? ' forum-selected' : '');
@@ -151,7 +151,7 @@ class ForumManager {
$total_shown = 0;
foreach($contacts as $contact) {
foreach ($contacts as $contact) {
$forumlist .= micropro($contact,false,'forumlist-profile-advanced');
$total_shown ++;