ChangeSet ID: 25770 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/15 21:03:12
Modified files: . : account.php
Log message: Tony Lambregts tony.lambregts@gmail.com Fix session current cookie being corrupted when creating a user and the user exists.
Patch: http://cvs.winehq.org/patch.py?id=25770
Old revision New revision Changes Path 1.15 1.16 +0 -1 appdb/account.php
Index: appdb/account.php diff -u -p appdb/account.php:1.15 appdb/account.php:1.16 --- appdb/account.php:1.15 16 Jun 2006 2: 3:12 -0000 +++ appdb/account.php 16 Jun 2006 2: 3:12 -0000 @@ -114,7 +114,6 @@ function cmd_do_new() } else { - $_SESSION['current'] = ""; retry("new", "Failed to create account"); } }