Diff for /loncom/interface/lonpickcourse.pm between versions 1.49 and 1.51

version 1.49, 2006/06/22 13:02:22 version 1.51, 2006/07/03 04:00:34
Line 100  sub handler { Line 100  sub handler {
                       ['-1','86400','604800','2592000','7776000',                        ['-1','86400','604800','2592000','7776000',
       '15552000','31104000']));        '15552000','31104000']));
 # if called from loncreateuser, report sections, then close  # if called from loncreateuser, report sections, then close
     my (%loaditem,$seclist,$groupslist,$roleslist,$rolesnameslist,$sec_element,      my (%loaditem,$seclist,$groupslist,$roleslist,$rolesnameslist,
         $grplist_element,$accesslist,$accessnameslist);   $accesslist,$accessnameslist);
     my $sec_element = 'currsec';      my $sec_element = 'currsec';
     my $grplist_element = 'groups';      my $grplist_element = 'groups';
     my $num_sections = 0;      my $num_sections = 0;
Line 272  function setGroups() { Line 272  function setGroups() {
     }      }
     my $instcodeform;      my $instcodeform;
     if ($type eq 'Course') {      if ($type eq 'Course') {
         $instcodeform = $lt{'cin'}.':<input type="text" name="instcodefilter"           $instcodeform = $lt{'cin'}.': <input type="text" name="instcodefilter" 
  size="10" value="'.$listinstcode.'" /><br />';   size="10" value="'.$listinstcode.'" /><br />';
     }      }
   

Removed from v.1.49  
changed lines
  Added in v.1.51


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