mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Bring Clublog-"QSL" to Frontend
This commit is contained in:
@@ -22,6 +22,9 @@ class Genfunctions
|
||||
if ($postdata['qrz'] != NULL) {
|
||||
array_push($qsl, "COL_QRZCOM_QSO_DOWNLOAD_STATUS = 'Y'");
|
||||
}
|
||||
if ($postdata['clublog'] != NULL) {
|
||||
array_push($qsl, "COL_CLUBLOG_QSO_DOWNLOAD_STATUS = 'Y'");
|
||||
}
|
||||
if (count($qsl) > 0) {
|
||||
$sql .= implode(' or ', $qsl);
|
||||
} else {
|
||||
@@ -59,6 +62,9 @@ class Genfunctions
|
||||
if ($postdata['eqsl'] != NULL ) {
|
||||
$qsl .= "E";
|
||||
}
|
||||
if ($postdata['clublog'] != NULL ) {
|
||||
$qsl .= "C";
|
||||
}
|
||||
if ($postdata['qrz'] != NULL ) {
|
||||
$qsl .= "Z";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user