Version19.207.3

This commit is contained in:
acanas 2020-04-30 16:20:03 +02:00
parent a5c53a8c41
commit ca5b870c20
2 changed files with 3 additions and 2 deletions

View File

@ -1050,7 +1050,7 @@ void Acc_CompletelyEliminateAccount (struct UsrData *UsrDat,
/***** Remove user from the tables of courses and users *****/
DB_QueryDELETE ("can not remove a user from all courses",
"DELETE FROM usr_crs_last WHERE UsrCod=%ld",
"DELETE FROM crs_usr_last WHERE UsrCod=%ld",
UsrDat->UsrCod);
DB_QueryDELETE ("can not remove a user from all courses",
"DELETE FROM crs_usr WHERE UsrCod=%ld",

View File

@ -544,10 +544,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.207.2 (2020-04-30)"
#define Log_PLATFORM_VERSION "SWAD 19.207.3 (2020-04-30)"
#define CSS_FILE "swad19.193.1.css"
#define JS_FILE "swad19.193.1.js"
/*
Version 19.207.3: Apr 30, 2020 Fixed bug removing account. (300335 lines)
Version 19.207.2: Apr 30, 2020 Fixed bug creating account, reported by Antonio Becerra. (300334 lines)
Version 19.207.1: Apr 30, 2020 Optimization in table of last prefs on user-course. (300323 lines)
5 changes necessary in database: