Diff for /loncom/interface/lonmodifycourse.pm between versions 1.41 and 1.42

version 1.41, 2009/01/12 01:37:57 version 1.42, 2009/02/19 22:03:13
Line 293  sub print_setquota { Line 293  sub print_setquota {
                 'cquo' => 'Disk space for storage of group portfolio files',                  'cquo' => 'Disk space for storage of group portfolio files',
                 'gpqu' => 'Course portfolio files disk space',                  'gpqu' => 'Course portfolio files disk space',
                 'each' => 'Each course group can be assigned a quota for portfolio files uploaded to the group.',                  'each' => 'Each course group can be assigned a quota for portfolio files uploaded to the group.',
                 'modi' => 'Modify quota',                  'modi' => 'Save',
                 'back' => "Back to options page",                  'back' => "Back to options page",
     );      );
     my %settings = &Apache::lonnet::get('environment',['internal.coursequota'],$cdom,$cnum);      my %settings = &Apache::lonnet::get('environment',['internal.coursequota'],$cdom,$cnum);

Removed from v.1.41  
changed lines
  Added in v.1.42


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