From a2e465d2ccbd52cab010524e4bcbe7e974c77e98 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 27 Jun 2024 20:22:48 -0400 Subject: [PATCH] Employment records --- app/Controllers/Employment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/Employment.php b/app/Controllers/Employment.php index 965294c..70a7bb3 100644 --- a/app/Controllers/Employment.php +++ b/app/Controllers/Employment.php @@ -61,11 +61,11 @@ class Employment extends BaseController $query = $this->db->query( $sqlVer ); $rowV = $query->getResult('array'); if ( $rowV[0]){ - $row = $rowV[0]['uid']; + $row = $rowV[0]; $session_valid = true; } } - + $data = [ 'call_return' => '100', 'session_valid' => $session_valid,