Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
17d06780
Commit
17d06780
authored
Nov 29, 2007
by
Richard Mansfield
Browse files
Remove some redundant assignments
parent
2a28d918
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/register.php
View file @
17d06780
...
...
@@ -88,10 +88,7 @@ if (isset($key)) {
$user
->
salt
=
$registration
->
salt
;
$user
->
passwordchange
=
0
;
$user
->
active
=
1
;
$user
->
firstname
=
$registration
->
firstname
;
$user
->
lastname
=
$registration
->
lastname
;
$user
->
authinstance
=
$authinstance
->
id
;
$user
->
lastname
=
$registration
->
lastname
;
$user
->
firstname
=
$registration
->
firstname
;
$user
->
lastname
=
$registration
->
lastname
;
$user
->
commit
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment