[Koha-cvs] CVS: koha/C4 Auth.pm,1.43,1.44

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Jul 29 18:14:40 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30460/C4

Modified Files:
	Auth.pm 
Log Message:
Removing some unuseful warns.
Adding an error management for memberentry : Branch.


Index: Auth.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Auth.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** Auth.pm	28 Jul 2005 07:52:03 -0000	1.43
--- Auth.pm	29 Jul 2005 16:14:37 -0000	1.44
***************
*** 315,319 ****
  			$dbh->do("DELETE FROM sessions WHERE sessionID=?", undef, $sessionID);
  			C4::Context->_unset_userenv($sessionID);
- 			warn "DEL USERENV0";
  			$sessionID = undef;
  			$userid = undef;
--- 315,318 ----
***************
*** 329,333 ****
  				$dbh->do("DELETE FROM sessions WHERE sessionID=?", undef, $sessionID);
  				C4::Context->_unset_userenv($sessionID);
- 				warn "DEL USERENV1";
  				$userid = undef;
  				$sessionID = undef;
--- 328,331 ----
***************
*** 343,347 ****
  				$dbh->do("DELETE FROM sessions WHERE sessionID=?", undef, $sessionID);
  				C4::Context->_unset_userenv($sessionID);
- 				warn "DEL USERENV2";
  				$sessionID = undef;
  				$userid = undef;
--- 341,344 ----
***************
*** 439,443 ****
  		}
  		if ($envcookie){
- 			warn "envcookie set";
  			return ($userid, [$cookie,$envcookie], $sessionID, $flags)
  		} else {
--- 436,439 ----





More information about the Koha-cvs mailing list