Diff for /loncom/interface/lonsimplepage.pm between versions 1.74 and 1.75

version 1.74, 2009/03/01 13:23:12 version 1.75, 2009/03/08 21:49:33
Line 416  sub display_group_links { Line 416  sub display_group_links {
                         href => "javascript:group_chat('$group')",                          href => "javascript:group_chat('$group')",
                       );                        );
     %{$menu{'files'}} = (      %{$menu{'files'}} = (
                         text => 'File Repository',                          text => 'Group Portfolio',
                         href => '/adm/coursegrp_portfolio?group='.$group.                          href => '/adm/coursegrp_portfolio?group='.$group.
                                 $refarg,                                  $refarg,
                       );                        );

Removed from v.1.74  
changed lines
  Added in v.1.75


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>