Diff for /loncom/interface/portfolio.pm between versions 1.221 and 1.222

version 1.221, 2010/03/26 22:27:06 version 1.222, 2010/03/26 23:08:41
Line 1405  sub access_element { Line 1405  sub access_element {
         users   => 'User',          users   => 'User',
         course  => 'Course/Community'          course  => 'Course/Community'
     );      );
     $r->print('<h3>'.&mt('[_1]-based conditional access: ',$typetext{$type}).':&nbsp;');      $r->print('<h3>'.&mt('[_1]-based conditional access: ',$typetext{$type}));
     if ($$acl_count{$type}) {      if ($$acl_count{$type}) {
         $r->print($$acl_count{$type}.' ');          $r->print($$acl_count{$type}.' ');
         if ($$acl_count{$type} > 1) {          if ($$acl_count{$type} > 1) {

Removed from v.1.221  
changed lines
  Added in v.1.222


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