Diff for /loncom/interface/lonmeta.pm between versions 1.123 and 1.124

version 1.123, 2005/11/07 23:03:17 version 1.124, 2005/11/08 03:08:15
Line 519  sub prettyinput { Line 519  sub prettyinput {
             if ($only_one) {              if ($only_one) {
                 return(&Apache::loncommon::select_form($def,'new_keywords',%hash));                  return(&Apache::loncommon::select_form($def,'new_keywords',%hash));
             } else {              } else {
                 return(&Apache::loncommon::multiple_select_form('new_keywords',\@cur_values,undef,%hash));                  return(&Apache::loncommon::multiple_select_form('new_keywords',\@cur_values,undef,\%hash));
             }              }
         }          }
         if ($type eq  'notes') {          if ($type eq  'notes') {

Removed from v.1.123  
changed lines
  Added in v.1.124


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