Diff for /loncom/publisher/lonretrieve.pm between versions 1.43 and 1.44

version 1.43, 2011/10/23 01:27:34 version 1.44, 2011/10/24 22:10:21
Line 209  sub phaseone { Line 209  sub phaseone {
               .'/';                .'/';
     $r->print(&Apache::lonhtmlcommon::start_funclist()      $r->print(&Apache::lonhtmlcommon::start_funclist()
              .&Apache::lonhtmlcommon::add_item_funclist(               .&Apache::lonhtmlcommon::add_item_funclist(
                   '<a href="/priv/'.$uname.$fn.'">'                    '<a href="/priv/'.$udom.'/'.$uname.$fn.'">'
                  .&mt('Back to Resource')                   .&mt('Back to Resource')
                  .'</a>')                   .'</a>')
              .&Apache::lonhtmlcommon::add_item_funclist(               .&Apache::lonhtmlcommon::add_item_funclist(
Line 266  sub phasetwo { Line 266  sub phasetwo {
             print $logfile "Copy failed: $error\n\n";              print $logfile "Copy failed: $error\n\n";
         }          }
         $r->print('</p>'          $r->print('</p>'
                  .'<p><a href="/priv/'.$uname.$fn.'">'                   .'<p><a href="/priv/'.$udom.'/'.$uname.$fn.'">'
                  .&mt('Back to Resource')                   .&mt('Back to Resource')
                  .'</a></p>');                   .'</a></p>');
     } else {      } else {

Removed from v.1.43  
changed lines
  Added in v.1.44


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