Version19.6.1

This commit is contained in:
Antonio Cañas Vargas 2019-09-17 23:58:45 +02:00
parent 8f146f33d6
commit 5d301985af
2 changed files with 3 additions and 2 deletions

View File

@ -459,10 +459,11 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.6 (2019-09-17)"
#define Log_PLATFORM_VERSION "SWAD 19.6.1 (2019-09-17)"
#define CSS_FILE "swad19.3.css"
#define JS_FILE "swad18.130.2.js"
/*
Version 19.6.1: Sep 17, 2019 Fixed bug while removing a game. (244601 lines)
Version 19.6: Sep 17, 2019 Remove actions to reset a game. (244600 lines)
1 change necessary in database:
UPDATE actions SET Obsolete='Y' WHERE ActCod IN (1658,1659);

View File

@ -891,7 +891,7 @@ void Gam_RemoveGame (void)
DB_QueryDELETE ("can not remove the groups associated to matches of a game",
"DELETE FROM mch_groups"
" USING mch_matches,mch_groups"
" WHERE mch_matches.GrpCod=%ld"
" WHERE mch_matches.GamCod=%ld"
" AND mch_matches.MchCod=mch_groups.MchCod",
Game.GamCod);
/* Remove matches of the game */