Diff for /loncom/interface/lonaboutme.pm between versions 1.115 and 1.116

version 1.115, 2009/03/21 22:09:51 version 1.116, 2009/03/21 22:18:29
Line 224  sub handler { Line 224  sub handler {
 #Print Privacy Note  #Print Privacy Note
        if ($allowed) {                   if ($allowed) {          
            $r->print('<p class="LC_info">'             $r->print('<p class="LC_info">'
                     .'<b>'.&mt('Privacy Note').':</b> '                      .'<b>'.&mt('Privacy Note:').'</b> '
                     .&mt('The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.')                      .&mt('The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.')
                     .'</p>'                      .'</p>'
            );             );

Removed from v.1.115  
changed lines
  Added in v.1.116


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