]> git.mxchange.org Git - friendica.git/blobdiff - mod/directory.php
Merge pull request #2203 from rabuzarus/2512_doxy-hooks
[friendica.git] / mod / directory.php
index 484858f34d8bb5d5822852e28fc6a3b3218752da..294a55585df14ed8eca9856edabd395ad1eefb31 100644 (file)
@@ -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;