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

Revision 1539, 166 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     // Display existing groups
4     $header = __gettext("Existing groups"); // gettext variable
5         $run_result .= <<< END
6         <h2>$header</h2>
7 END;
8
9 ?>
Note: See TracBrowser for help on using the browser.