mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Fixes a bug where the wrong array key was checked when determining if an eQSL was received. The code previously used $record['qsl_sent']; it now checks $record['eqsl_qsl_rcvd'] to set $qsl_rcvd (or an empty string) using config['eqsl_rcvd_mark'], ensuring imports correctly mark received eQSLs. |
||
|---|---|---|
| .. | ||
| Adif_parser.php | ||
| AdifHelper.php | ||
| Cabrilloformat.php | ||
| Clublog.php | ||
| Curl.php | ||
| DxccFlag.php | ||
| Electronicqsl.php | ||
| EqslImporter.php | ||
| Frequency.php | ||
| Hamqth.php | ||
| index.html | ||
| OptionsLib.php | ||
| Pota.php | ||
| Qra.php | ||
| Qrz.php | ||
| Sota.php | ||
| Subdivisions.php | ||
| Unzip.php | ||
| Wwff.php | ||