add eqsl and lotw login names to session

这个提交包含在:
Peter Goodhall 2016-02-12 18:13:47 +00:00
父节点 6a45c36b9a
当前提交 51dc10e74d

查看文件

@ -217,6 +217,8 @@ class User_Model extends CI_Model {
'user_type' => $u->row()->user_type, 'user_type' => $u->row()->user_type,
'user_callsign' => $u->row()->user_callsign, 'user_callsign' => $u->row()->user_callsign,
'user_locator' => $u->row()->user_locator, '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) 'user_hash' => $this->_hash($u->row()->user_id."-".$u->row()->user_type)
); );