mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #405 from abrain/patch-1
Allow for spaces in eQSL QTH nicknames
This commit is contained in:
@@ -143,7 +143,7 @@ class eqsl extends CI_Controller {
|
||||
$eqsl_url .= "&Password=" . $data['user_eqsl_password'];
|
||||
|
||||
$eqsl_url .= "&RcvdSince=" . $eqsl_last_qsl_date;
|
||||
$eqsl_url .= "&QTHNickname=" . $active_station_info->eqslqthnickname;
|
||||
$eqsl_url .= "&QTHNickname=" . urlencode($active_station_info->eqslqthnickname);
|
||||
|
||||
// Pull back only confirmations
|
||||
$eqsl_url .= "&ConfirmedOnly=1";
|
||||
|
||||
Reference in New Issue
Block a user