File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -117,22 +117,21 @@ public function export() {
117
117
{
118
118
$ this ->session ->set_flashdata ('warning ' , 'You have not defined your eQSL.cc credentials! ' ); redirect ('eqsl/import ' );
119
119
}
120
-
120
+
121
+ $ rows = '' ;
121
122
// Grab the list of QSOs to send information about
122
123
// perform an HTTP get on each one, and grab the status back
123
124
$ qslsnotsent = $ this ->eqslmethods_model ->eqsl_not_yet_sent ();
124
125
125
- $ rows = "<tr> " ;
126
126
foreach ($ qslsnotsent ->result_array () as $ qsl ) {
127
-
127
+ $ rows .= " <tr> " ;
128
128
// eQSL username changes for linked account.
129
129
// i.e. when operating /P it must be callsign/p
130
130
// the password, however, is always the same as the main account
131
131
$ data ['user_eqsl_name ' ] = $ qsl ['station_callsign ' ];
132
132
$ adif = $ this ->generateAdif ($ qsl , $ data );
133
133
134
134
$ status = $ this ->uploadQso ($ adif , $ qsl );
135
-
136
135
137
136
$ timestamp = strtotime ($ qsl ['COL_TIME_ON ' ]);
138
137
$ rows .= "<td> " .date ($ custom_date_format , $ timestamp )."</td> " ;
You can’t perform that action at this time.
0 commit comments