Diff for /loncom/interface/lonmeta.pm between versions 1.243 and 1.244

version 1.243, 2011/11/07 20:05:56 version 1.244, 2011/11/14 00:20:34
Line 779  sub handler { Line 779  sub handler {
     if ($env{'request.state'} eq 'construct') {      if ($env{'request.state'} eq 'construct') {
         &Apache::lonhtmlcommon::add_breadcrumb({          &Apache::lonhtmlcommon::add_breadcrumb({
             'text'  => 'Construction Space',              'text'  => 'Construction Space',
             'href'  => &Apache::loncommon::authorspace(),              'href'  => &Apache::loncommon::authorspace($uri),
         });          });
     }      }
   

Removed from v.1.243  
changed lines
  Added in v.1.244


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