koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/C4 Auth.pm,1.9.2.17,1.9.2.18
Date: Tue, 26 Nov 2002 17:47:45 -0800

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 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]