Diff for /loncom/interface/domainprefs.pm between versions 1.86 and 1.88

version 1.86, 2009/02/08 21:04:01 version 1.88, 2009/02/10 18:01:40
Line 1705  sub tool_titles { Line 1705  sub tool_titles {
                      aboutme    => 'Personal Home Page',                       aboutme    => 'Personal Home Page',
                      blog       => 'Blog',                       blog       => 'Blog',
                      portfolio  => 'Portfolio',                       portfolio  => 'Portfolio',
                      official   => 'Official courses (with institutional codes)',                      unofficial => 'Unofficial courses',                       official   => 'Official courses (with institutional codes)',
                        unofficial => 'Unofficial courses',
                  );                   );
     return %titles;      return %titles;
 }  }
Line 4852  sub modify_coursecategories { Line 4853  sub modify_coursecategories {
     } else {      } else {
         $changes{'togglecats'} = 1;          $changes{'togglecats'} = 1;
         $changes{'categorize'} = 1;          $changes{'categorize'} = 1;
         $domconfig{'coursecategories'}{'togglecats'} = $env{'form.togglecats'};          $domconfig{'coursecategories'} = {
         $domconfig{'coursecategories'}{'categorize'} = $env{'form.categorize'};                                               togglecats => $env{'form.togglecats'},
                                                categorize => $env{'form.categorize'},
                                            };
     }      }
     if (ref($cathash) eq 'HASH') {      if (ref($cathash) eq 'HASH') {
         if (($domconfig{'coursecategories'}{'cats'}{'instcode::0'} ne '')  && ($env{'form.instcode'} == 0)) {          if (($domconfig{'coursecategories'}{'cats'}{'instcode::0'} ne '')  && ($env{'form.instcode'} == 0)) {

Removed from v.1.86  
changed lines
  Added in v.1.88


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