Version 20.67.8: Apr 25, 2021 Fixed bug in groups.

This commit is contained in:
acanas 2021-04-25 21:41:40 +02:00
parent 338783b913
commit 63c2855263
2 changed files with 2 additions and 1 deletions

View File

@ -607,6 +607,7 @@ TODO: FIX BUG, URGENT! En las fechas como par
TODO: Rename CENTRE to CENTER in help wiki.
TODO: Rename ASSESSMENT.Announcements to ASSESSMENT.Calls_for_exams
Version 20.67.8: Apr 25, 2021 Fixed bug in groups. (309674 lines)
Version 20.67.7: Apr 25, 2021 Fixed bug in search of files. (309673 lines)
Version 20.67.6: Apr 25, 2021 Fixed bug in surveys. (309672 lines)
Version 20.67.5: Apr 25, 2021 Fixed bug in search of courses. (309671 lines)

View File

@ -978,7 +978,7 @@ static void Grp_LockTables (void)
{
DB_Query ("can not lock tables to change user's groups",
"LOCK TABLES "
"crs_types WRITE,"
"grp_types WRITE,"
"grp_groups WRITE,"
"grp_users WRITE,"
"crs_users READ,"