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

SF.net SVN: ledger-smb: [522] trunk/LedgerSMB/Session/DB.pm



Revision: 522
          http://svn.sourceforge.net/ledger-smb/?rev=522&view=rev
Author:   christopherm
Date:     2006-11-11 22:33:08 -0800 (Sat, 11 Nov 2006)

Log Message:
-----------
Removing debugging code that set a DiedHere cookie

Modified Paths:
--------------
    trunk/LedgerSMB/Session/DB.pm

Modified: trunk/LedgerSMB/Session/DB.pm
===================================================================
--- trunk/LedgerSMB/Session/DB.pm	2006-11-12 06:15:48 UTC (rev 521)
+++ trunk/LedgerSMB/Session/DB.pm	2006-11-12 06:33:08 UTC (rev 522)
@@ -82,7 +82,6 @@
 		#cookie is not valid
 		#delete the cookie in the browser
 		print qq|Set-Cookie: LedgerSMB=; path=/;\n|;
-		print qq|Set-Cookie: DiedHere=true; path=/;\n|;
 		return 0;
 	}
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.