-
Notifications
You must be signed in to change notification settings - Fork 83
Lotw qso end date warning #2437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
application/models/Lotw_model.php
Outdated
| } | ||
|
|
||
| function lotw_cert_qsoenddate_expiring($user_id, $date) { | ||
| $array = array('user_id' => $user_id, 'DATE_SUB(qso_end_date, INTERVAL 30 DAY) <' => $date, 'qso_end_date >' => $date); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bind and real-SQL instead?
same at L131
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bind and real-SQL instead?
Done: a2b2563
int2001
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested:
- no cert: works
- expired cert: works
- valid cert: works
This addresses #2426 by adding some visual aid for expiring / expired LoTW certificates or QSO end dates.