X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdirectory.php;h=294a55585df14ed8eca9856edabd395ad1eefb31;hb=d7410f9e47d50d652ae0d33ec0540b894c3dfc13;hp=484858f34d8bb5d5822852e28fc6a3b3218752da;hpb=f513b25f6f3afd99699333282160d5d3aa406884;p=friendica.git diff --git a/mod/directory.php b/mod/directory.php index 484858f34d..294a55585d 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -130,8 +130,8 @@ function directory_content(&$a) { // show if account is a community account - // ToDo the other should be also respected, but first we need a good translatiion - // and systemwide consistency for displaying the page type + /// @TODO The other page types should be also respected, but first we need a good + /// translatiion and systemwide consistency for displaying the page type if((intval($rr['page-flags']) == PAGE_COMMUNITY) OR (intval($rr['page-flags']) == PAGE_PRVGROUP)) $community = true;