--- loncom/interface/lonsearchcat.pm 2012/12/17 08:29:26 1.333 +++ loncom/interface/lonsearchcat.pm 2013/02/06 17:56:38 1.334 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.333 2012/12/17 08:29:26 raeburn Exp $ +# $Id: lonsearchcat.pm,v 1.334 2013/02/06 17:56:38 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1901,11 +1901,13 @@ sub ensure_db_and_table { ## Sanity check the table id. ## if (! defined($table) || $table eq '' || $table =~ /\D/ ) { - $r->print(&Apache::loncommon::start_page(&mt('Error')) -. '

table: |'.$table.'|

' # SB + $r->print(&Apache::loncommon::start_page('Error') .'

' .&mt('Unable to retrieve search results. ' .'Unable to determine the table results were saved in.') + .'

' + . '

'.&mt('Internal info:').'

' + .'
'.$table.'
' .&Apache::loncommon::end_page() ); return undef;