kopia lustrzana https://github.com/magicbug/Cloudlog
Fixed bug where on importing qsos notes field was being ignored
rodzic
ea15cde52c
commit
aba94d9200
|
@ -573,8 +573,8 @@ class Logbook_model extends CI_Model {
|
|||
}
|
||||
|
||||
// Store Notes
|
||||
if(isset($record['NOTES'])) {
|
||||
$comment = $record['NOTES'];
|
||||
if(isset($record['notes'])) {
|
||||
$comment = $record['notes'];
|
||||
} else {
|
||||
$comment = "";
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue