mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed another small bug
SVN revision: 1577
This commit is contained in:
parent
55821f099b
commit
ae02cef9d8
@ -21030,7 +21030,7 @@ int do_self_register(LOGBOOK * lbs, char *command)
|
||||
{
|
||||
char str[256];
|
||||
|
||||
if (command = NULL)
|
||||
if (command == NULL)
|
||||
return 1;
|
||||
|
||||
/* display new user page if "self register" is clicked */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user