[Koha-cvs] CVS: koha shelves.pl,1.4,1.5

Steve Tonnesen tonnesen at users.sourceforge.net
Thu Jul 4 21:42:50 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv30757

Modified Files:
	shelves.pl 
Log Message:
Minor changes


Index: shelves.pl
===================================================================
RCS file: /cvsroot/koha/koha/shelves.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** shelves.pl	4 Jul 2002 19:21:29 -0000	1.4
--- shelves.pl	4 Jul 2002 19:42:48 -0000	1.5
***************
*** 15,19 ****
  my $env;
  my $query = new CGI;
! my ($userid, $cookie, $sessionID) = checkauth($query);
  print $query->header(-cookie => $cookie);
  my $headerbackgroundcolor='#663266';
--- 15,19 ----
  my $env;
  my $query = new CGI;
! my ($loggedinuser, $cookie, $sessionID) = checkauth($query);
  print $query->header(-cookie => $cookie);
  my $headerbackgroundcolor='#663266';
***************
*** 27,31 ****
  
  
! print "SessionID: $sessionID<br>\n";
  
  
--- 27,31 ----
  
  
! print "Logged in as: $loggedinuser  <a href=logout.pl>Log Out</a><br>\n";
  
  
***************
*** 170,173 ****
--- 170,176 ----
  #
  # $Log$
+ # Revision 1.5  2002/07/04 19:42:48  tonnesen
+ # Minor changes
+ #
  # Revision 1.4  2002/07/04 19:21:29  tonnesen
  # Beginning of authentication api.  Applied to shelves.pl for now as a test case.





More information about the Koha-cvs mailing list