Diff for /loncom/interface/lonsearchcat.pm between versions 1.363 and 1.364

version 1.363, 2025/03/19 15:30:29 version 1.364, 2025/03/19 15:44:44
Line 2731  END Line 2731  END
 #    if ($env{'form.catalogmode'} ne 'import') {  #    if ($env{'form.catalogmode'} ne 'import') {
          $r->print(<<SCRIPT);           $r->print(<<SCRIPT);
 <script>  <script>
 window.location='/adm/searchcat?phase=sort&area=$env{"form.area"}&catalogmode=$env{"form.catalogmode"}&persistent_db_id=$env{'form.persistent_db_id'}';  window.location='/adm/searchcat?phase=sort&area=$env{"form.area"}&catalogmode=$env{"form.catalogmode"}&persistent_db_id=$env{"form.persistent_db_id"}';
 </script>  </script>
 SCRIPT  SCRIPT
 #    }  #    }
Line 2803  sub display_results { Line 2803  sub display_results {
     ##      ##
     ## Get the catalog controls setup      ## Get the catalog controls setup
     ##      ##
     my $action = "/adm/searchcat?phase=results&amp;area='.$env{'form.area'}.      my $action = '/adm/searchcat?phase=results&amp;area='.$env{'form.area'}.
                  '&amp;catalogmode='.$env{'form.catalogmode'};                   '&amp;catalogmode='.$env{'form.catalogmode'};
     ##      ##
     ## Deal with import by opening the import db file.      ## Deal with import by opening the import db file.

Removed from v.1.363  
changed lines
  Added in v.1.364


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