From 51dc10e74d66135228fcee1e70bbef33c0d3dcf0 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 12 Feb 2016 18:13:47 +0000 Subject: [PATCH] add eqsl and lotw login names to session --- application/models/user_model.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/models/user_model.php b/application/models/user_model.php index 5d697f01..2703224f 100644 --- a/application/models/user_model.php +++ b/application/models/user_model.php @@ -217,6 +217,8 @@ class User_Model extends CI_Model { 'user_type' => $u->row()->user_type, 'user_callsign' => $u->row()->user_callsign, 'user_locator' => $u->row()->user_locator, + 'user_lotw_name' => $u->row()->user_lotw_name, + 'user_eqsl_name' => $u->row()->user_eqsl_name, 'user_hash' => $this->_hash($u->row()->user_id."-".$u->row()->user_type) );