From ff06d031059bfbea35431c5dcbe0bf3d07a92b7d Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 31 Oct 2012 17:55:21 +0000 Subject: [PATCH] Added some code comments --- application/models/logbook_model.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/models/logbook_model.php b/application/models/logbook_model.php index 764c1cb7b..2a32056ac 100644 --- a/application/models/logbook_model.php +++ b/application/models/logbook_model.php @@ -647,12 +647,14 @@ class Logbook_model extends CI_Model { $rst_tx = "59" ; } + // Store Band if(isset($record['band'])) { $band = $record['band']; } else { $band = null; } + // Store IOTA Ref if available if(isset($record['iota'])) { $iota = $record['iota']; } else {