Diff for /loncom/interface/groupboards.pm between versions 1.19 and 1.20

version 1.19, 2013/08/17 00:34:29 version 1.20, 2013/09/23 17:35:07
Line 119  sub handler { Line 119  sub handler {
                           '</a></td></tr></table>');                            '</a></td></tr></table>');
                 if ($lockfreed ne 'ok') {                  if ($lockfreed ne 'ok') {
                     $r->print(&mt('There was a problem removing a lockfile for the group ([_1]).',$description).'<br />'.                      $r->print(&mt('There was a problem removing a lockfile for the group ([_1]).',$description).'<br />'.
                               &mt('This may prevent creation of additional bulletin boards in this group.').'<br />'.                                &mt('This may prevent creation of additional discussion boards in this group.').'<br />'.
                               &mt('Please contact the [_1]helpdesk[_2] for assistance.',                                &mt('Please contact the [_1]helpdesk[_2] for assistance.',
                                   '<a href="/adm/helpdesk">','</a>')                                    '<a href="/adm/helpdesk">','</a>')
                              );                               );

Removed from v.1.19  
changed lines
  Added in v.1.20


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