Diff for /loncom/interface/lonblockingmenu.pm between versions 1.14.2.1 and 1.14.2.2

version 1.14.2.1, 2016/01/27 01:21:22 version 1.14.2.2, 2016/01/27 03:05:37
Line 1502  sub blocktype_text { Line 1502  sub blocktype_text {
         'blogs' => 'Blogs',          'blogs' => 'Blogs',
         'docs' => 'Content',          'docs' => 'Content',
         'printout' => 'Printouts',          'printout' => 'Printouts',
         'passwd' => 'Password',          'passwd' => 'Change Password',
     );      );
     my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','passwd'];      my $typeorder = ['com','chat','boards','port','groups','blogs','printout','docs','passwd'];
     return ($typeorder,\%types);      return ($typeorder,\%types);

Removed from v.1.14.2.1  
changed lines
  Added in v.1.14.2.2


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