Skip to content

Commit

Permalink
see previous changeset
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@168 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 20, 2011
1 parent 1e4002e commit b435f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration.txt
Expand Up @@ -43,7 +43,7 @@
* create the user a new id
*/

$_SESSION['toolkits_logon_id'] = create_user_id();
$_SESSION['toolkits_logon_id'] = create_user_id($_SESSION['toolkits_logon_username'], $_SESSION['toolkits_firstname'], $_SESSION['toolkits_surname']);

/*
* create a virtual root folder for this user
Expand Down

0 comments on commit b435f02

Please sign in to comment.