Diff for /loncom/interface/lonmeta.pm between versions 1.198 and 1.199

version 1.198, 2007/01/15 23:39:16 version 1.199, 2007/01/16 07:26:45
Line 614  sub prettyinput { Line 614  sub prettyinput {
             return (&select_course());              return (&select_course());
             # return ('<input type="hidden" name="new_courserestricted" value="'.$course_key.'" />');              # return ('<input type="hidden" name="new_courserestricted" value="'.$course_key.'" />');
         }          }
         my $course = $env{'request.course.id'};  
         if (($type eq 'keywords') || ($type eq 'subject')          if (($type eq 'keywords') || ($type eq 'subject')
              || ($type eq 'author')||($type eq  'notes')               || ($type eq 'author')||($type eq  'notes')
              || ($type eq  'abstract')|| ($type eq  'title')|| ($type eq  'standards')               || ($type eq  'abstract')|| ($type eq  'title')|| ($type eq  'standards')
              || (exists($env{'course.'.$env{'request.course.id'}.'.metadata.'.$type.'.added'}))) {               || (exists($env{$course_key.'.metadata.'.$type.'.added'}))) {
                           
             if ($values) {              if ($values) {
                 if ($only_one) {                  if ($only_one) {

Removed from v.1.198  
changed lines
  Added in v.1.199


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