Diff for /loncom/interface/lonsearchcat.pm between versions 1.331.4.10 and 1.342

version 1.331.4.10, 2014/02/23 22:16:20 version 1.342, 2014/02/22 18:12:09
Line 193  sub handler { Line 193  sub handler {
                 &Apache::lonnet::logthis('lonsearchcat:'.                  &Apache::lonnet::logthis('lonsearchcat:'.
                                          'Unable to recover data from '.                                           'Unable to recover data from '.
                                          $persistent_db_file);                                           $persistent_db_file);
                 my $msg =   my $msg =
                     &mt('We were unable to retrieve data describing your search.').                      &mt('We were unable to retrieve data describing your search.').
                     ' '.&mt('This is a serious error and has been logged.').                      ' '.&mt('This is a serious error and has been logged.').
                     '<br />'.                      '<br />'.
Line 432  sub hidden_field { Line 432  sub hidden_field {
 =pod  =pod
   
 =over 4  =over 4
    
 =item &print_basic_search_form()   =item &print_basic_search_form() 
   
 Prints the form for the basic search.  Sorry the name is so cryptic.  Prints the form for the basic search.  Sorry the name is so cryptic.

Removed from v.1.331.4.10  
changed lines
  Added in v.1.342


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