[Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.17,1.9.2.18

Finlay Thompson finlayt at users.sourceforge.net
Wed Nov 27 02:47:45 CET 2002


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv31401

Modified Files:
      Tag: rel-1-2
	Auth.pm 
Log Message:

took out some crude


Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.9.2.17
retrieving revision 1.9.2.18
diff -C2 -r1.9.2.17 -r1.9.2.18
*** Auth.pm	27 Nov 2002 00:03:07 -0000	1.9.2.17
--- Auth.pm	27 Nov 2002 01:47:43 -0000	1.9.2.18
***************
*** 224,232 ****
  
      my $self_url = $query->url(-absolute => 1);
-     # Strip userid and password parameters off the self_url variable
- #    $self_url=~s/\?*userid=[^;]*;*//g;
- #    $self_url=~s/\?*password=[^;]*;*//g;    
      $template->param(url => $self_url);
- 
      $template->param(\%info);
      $cookie=$query->cookie(-name => 'sessionID',
--- 224,228 ----





More information about the Koha-cvs mailing list