mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix typo at comments
This commit is contained in:
@@ -527,7 +527,7 @@ class Lotw extends CI_Controller {
|
||||
$record['qsl_rcvd'] = $config['lotw_rcvd_mark'];
|
||||
}
|
||||
|
||||
// Prop-Mode not given? Create array-key andfill with null
|
||||
// Prop-Mode not given? Create array-key and fill with null
|
||||
if (!(array_key_exists('prop_mode', $record))) {
|
||||
$record['prop_mode']=null;
|
||||
}
|
||||
|
||||
@@ -450,7 +450,7 @@ class Qrz extends CI_Controller {
|
||||
$record['qsl_rcvd'] = $config['qrz_rcvd_mark'];
|
||||
}
|
||||
|
||||
// Prop-Mode not given? Create array-key andfill with null
|
||||
// Prop-Mode not given? Create array-key and fill with null
|
||||
if (!(array_key_exists('prop_mode', $record))) {
|
||||
$record['prop_mode']=null;
|
||||
}
|
||||
|
||||
@@ -163,7 +163,7 @@ class EqslImporter
|
||||
$record['qsl_sent'] = $config['eqsl_rcvd_mark'];
|
||||
}
|
||||
|
||||
// Prop-Mode not given? Create array-key andfill with null
|
||||
// Prop-Mode not given? Create array-key and fill with null
|
||||
if (!(array_key_exists('prop_mode', $record))) {
|
||||
$record['prop_mode']=null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user