--- nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm 2002/05/06 20:16:56 1.2 +++ nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm 2002/05/29 01:06:58 1.3 @@ -39,15 +39,15 @@ package Apache::LONCAPA::FromTheGateway; use strict; # enforce handling of variables, references and subroutines # ============================================================ MODULE VARIABLES -my $VERSION = sprintf("%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/); +my $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/); # ================================================================= SUBROUTINES # ------------------------------- LONCAPA->search_or_browse_against_NSDLgateway sub search_or_browse_against_NSDLgateway { -# Not yet implemented -# Need to specifically characterize INPUT arguments and OUTPUT data + my ($eref)=@_; + return Apache::GATEWAY::ToLONCAPA::search_NSDLnetwork($eref); } # ------------------------------------------- LONCAPA->view_NSDLgateway_results