Diff for /loncom/interface/loncommon.pm between versions 1.463 and 1.465

version 1.463, 2006/10/12 18:17:57 version 1.465, 2006/10/13 22:03:26
Line 3388  table.LC_whatsnew tr.LC_empty_row td { Line 3388  table.LC_whatsnew tr.LC_empty_row td {
   text-align: center;    text-align: center;
   padding: 8px;    padding: 8px;
 }  }
   table.LC_whatsnew tr.LC_empty_row td {
     padding: 4ex
   }
   
   
 table.LC_whatsnew {  table.LC_whatsnew {
 }  }
Line 3728  Inputs: $title - optional title for the Line 3732  Inputs: $title - optional title for the
             bgcolor        -> override the default page bgcolor              bgcolor        -> override the default page bgcolor
             no_auto_mt_title              no_auto_mt_title
                            -> prevent &mt()ing the title arg                             -> prevent &mt()ing the title arg
   
 =back  =back
   
 =cut  =cut
Line 4676  sub get_env_multiple { Line 4681  sub get_env_multiple {
   
 =pod  =pod
   
 =back   =back
   
 =head1 CSV Upload/Handling functions  =head1 CSV Upload/Handling functions
   

Removed from v.1.463  
changed lines
  Added in v.1.465


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