Version 22.120.3: Jun 21, 2023 Fixed bug in forums. Reported by Raymon Moreno Colina.

This commit is contained in:
acanas 2023-06-21 10:51:46 +02:00
parent 20f4f2018d
commit 9c3a86afe6
2 changed files with 3 additions and 2 deletions

View File

@ -629,10 +629,11 @@ TODO: Emilce Barrera Mesa: Podr
TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen.
*/
#define Log_PLATFORM_VERSION "SWAD 22.120.2 (2023-06-07)"
#define Log_PLATFORM_VERSION "SWAD 22.120.3 (2023-06-21)"
#define CSS_FILE "swad22.120.css"
#define JS_FILE "swad22.49.js"
/*
Version 22.120.3: Jun 21, 2023 Fixed bug in forums. Reported by Raymon Moreno Colina. (337647 lines)
Version 22.120.2: Jun 07, 2023 Code refactoring related to cookies and hidden-visible. (337646 lines)
Version 22.120.1: Jun 06, 2023 Translation of messages about cookies. (337620 lines)
Version 22.120: Jun 06, 2023 Code refactoring related to hidden-visible. (337561 lines)

View File

@ -1006,7 +1006,7 @@ void For_DB_RemoveDisabledPstsInThread (long ThrCod)
{
DB_QueryDELETE ("can not unban the posts of a thread of a forum",
"DELETE FROM for_disabled"
"USING for_posts,"
" USING for_posts,"
"for_disabled"
" WHERE for_posts.ThrCod=%ld"
" AND for_posts.PstCod=for_disabled.PstCod",