Employment records
This commit is contained in:
@@ -61,7 +61,7 @@ class Employment extends BaseController
|
|||||||
$query = $this->db->query( $sqlVer );
|
$query = $this->db->query( $sqlVer );
|
||||||
$rowV = $query->getResult('array');
|
$rowV = $query->getResult('array');
|
||||||
if ( $rowV[0]){
|
if ( $rowV[0]){
|
||||||
$row = $rowV[0]['uid'];
|
$row = $rowV[0];
|
||||||
$session_valid = true;
|
$session_valid = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user