Version 20.53: Mar 29, 2021 Code refactoring in database selects.

This commit is contained in:
acanas 2021-03-29 16:39:38 +02:00
parent b889e97639
commit fa7188661c

View File

@ -596,7 +596,7 @@ unsigned Rec_CountNumRecordsInCurrCrsWithField (long FieldCod)
(unsigned) DB_QueryCOUNT ("can not get number of records"
" with a given field not empty in a course",
"SELECT COUNT(*)"
v" FROM crs_records"
" FROM crs_records"
" WHERE FieldCod=%ld",
FieldCod);
}