[svn r17359] minor fixed Forum group inhablitado must be invisible see FS#3370 (bv cvargas)

skala
Cristian Fasanando 16 years ago
parent 721d9c58c5
commit 2688cbc9ac
  1. 4
      main/forum/index.php

@ -291,7 +291,7 @@ if (isset($_GET['action']) && $_GET['action'] == 'notify' AND isset($_GET['conte
if ($forum['forum_group_public_private']=='public') {
$show_forum=true;
//echo '-publiek';
} else {
} else if ($forum['forum_group_public_private']=='private') {
// it is a group forum and it is private
//echo '-prive';
// it is a group forum and it is private but the user is member of the group
@ -302,6 +302,8 @@ if (isset($_GET['action']) && $_GET['action'] == 'notify' AND isset($_GET['conte
//echo '-is GEEN lid';
$show_forum=false;
}
} else {
$show_forum=false;
}
}

Loading…
Cancel
Save