root/devel/mod/groups/lib/groups_help.php

Revision 1539, 418 bytes (checked in by renato, 1 year ago)

Setting prop svn:eol-style in LOTS of files.

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
Line 
1 <?php
2
3     $descOne = __gettext("This is a help file for the Groups functions.");
4     $descTwo = __gettext("When you create an access group, add people to it then select it as your access restriction on a weblog post only the people in that group will be able to see that weblog post and so on for all elements in your learning landscape.");
5     $run_result .= <<< END
6
7     <p>$descOne</p>
8     <p>$descTwo</p>
9 END;
10
11 ?>
Note: See TracBrowser for help on using the browser.