|
|
|
@ -4832,6 +4832,7 @@ int check_events(EVENTS *events)
|
|
|
|
|
DATA_EVENTS_NULL(e, e_item); |
|
|
|
|
count = 0; |
|
|
|
|
// Remember the first username
|
|
|
|
|
if (e_item) |
|
|
|
|
STRNCPY(createby, e->createby); |
|
|
|
|
user2 = false; |
|
|
|
|
while (e_item && e->id == events->id && |
|
|
|
@ -4891,6 +4892,7 @@ int check_events(EVENTS *events)
|
|
|
|
|
DATA_EVENTS_NULL(e, e_item); |
|
|
|
|
count = 0; |
|
|
|
|
// Remember the first username
|
|
|
|
|
if (e_item) |
|
|
|
|
STRNCPY(createby, e->createby); |
|
|
|
|
user2 = false; |
|
|
|
|
while (e_item && e->id == events->id && |
|
|
|
|