What steps will reproduce the problem?
1.register user
2.register user with same name
What is the expected output? What do you see instead?
Expected: Error message with 'User already exists.'
Instead: 'Added user.'
What version of the product are you using? On what operating system?
PHP-Calendar 2.0-beta10
Wampserver 2.2E on Windows 7 Ultimate x64
Please provide any additional information below.
The function user_create() must use get_user_by_name() instead of get_user().
It also uses a soft error. In the pastebin it has been changed to return tag
error. Issue is resolved in pastebin.
http://pastebin.com/7Kc25Kiq
Original issue reported on code.google.com by Sebastia...@gmail.com on 29 Jun 2012 at 12:37
Original issue reported on code.google.com by
Sebastia...@gmail.com
on 29 Jun 2012 at 12:37