[LON-CAPA-cvs] cvs: nsdl /lib/perl/Apache/LONCAPA FromTheGateway.pm

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 29 May 2002 01:06:58 -0000


harris41		Tue May 28 21:06:58 2002 EDT

  Modified files:              
    /nsdl/lib/perl/Apache/LONCAPA	FromTheGateway.pm 
  Log:
  initial implementation of search_or_browse_against_NSDLgateway
  
  
Index: nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm
diff -u nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm:1.2 nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm:1.3
--- nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm:1.2	Mon May  6 16:16:56 2002
+++ nsdl/lib/perl/Apache/LONCAPA/FromTheGateway.pm	Tue May 28 21:06:58 2002
@@ -39,15 +39,15 @@
 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