Using parse_birthdate() whenever changing user's birthdate field via Baja/JS
This means that when writing user.birthdate (in JS) for example, we will always save the field in the proper (YYYYMMDD) format. This fixes issue #855. Remove use of SM_EURODATE from userdat.c. This commit includes new @-code MINSPACE (minimum diskspace required to allow uploads) too (unrelated change).
parent
c45500c9
No related branches found
No related tags found
Showing
- src/sbbs3/atcodes.cpp 6 additions, 1 deletionsrc/sbbs3/atcodes.cpp
- src/sbbs3/exec.cpp 1 addition, 1 deletionsrc/sbbs3/exec.cpp
- src/sbbs3/js_user.c 5 additions, 5 deletionssrc/sbbs3/js_user.c
- src/sbbs3/userdat.c 24 additions, 20 deletionssrc/sbbs3/userdat.c
- src/sbbs3/userdat.h 1 addition, 1 deletionsrc/sbbs3/userdat.h
Loading
Please register or sign in to comment