Added Ability to change country name when editing qsos fixing issue #105

pull/106/merge
Peter Goodhall 2012-09-06 18:02:26 +01:00
rodzic 6e6b617a3b
commit a8ddc357f9
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -188,6 +188,7 @@ class Logbook_model extends CI_Model {
'COL_IOTA' => $this->input->post('iota_ref'),
'COL_QTH' => $this->input->post('qth'),
'COL_FREQ_RX' => '0',
'COL_COUNTRY' => $this->input->post('country'),
);
$this->db->where('COL_PRIMARY_KEY', $this->input->post('id'));

Wyświetl plik

@ -85,6 +85,11 @@
<td><input type="text" name="iota_ref" value="<?php echo $COL_IOTA; ?>" /></td>
</tr>
<tr>
<td>Country</td>
<td><input type="text" name="country" value="<?php echo $COL_COUNTRY; ?>" /></td>
</tr>
</table>
<h3>QSLing</h3>