Skip to content
Snippets Groups Projects
Commit b45f077a authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(create_person_generic): Added a missing call to mark_conference_as_changed.

parent 26e29c94
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: person.c,v 0.58 1999/07/05 07:00:13 ceder Exp $ * $Id: person.c,v 0.59 1999/07/10 22:38:41 ceder Exp $
* Copyright (C) 1991-1999 Lysator Academic Computer Association. * Copyright (C) 1991-1999 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#endif #endif
static const char * static const char *
rcsid = "$Id: person.c,v 0.58 1999/07/05 07:00:13 ceder Exp $"; rcsid = "$Id: person.c,v 0.59 1999/07/10 22:38:41 ceder Exp $";
#include "rcs.h" #include "rcs.h"
USE(rcsid); USE(rcsid);
...@@ -681,6 +681,7 @@ create_person_generic ( const String name, ...@@ -681,6 +681,7 @@ create_person_generic ( const String name,
conf_aux, conf_aux,
new_user); new_user);
mark_conference_as_changed(new_user);
if ( ACTPERS ) if ( ACTPERS )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment