User Creation changes
This commit is contained in:
parent
9ad523e9c5
commit
6422c1565c
@ -156,9 +156,9 @@ class User_model extends CI_Model
|
|||||||
*/
|
*/
|
||||||
function editUser($userInfo, $userId)
|
function editUser($userInfo, $userId)
|
||||||
{
|
{
|
||||||
$this->db->where('userId', $userId);
|
$this->db->where('EmpID', $userId);
|
||||||
$this->db->update('tbl_users', $userInfo);
|
$this->db->update('tbl_users', $userInfo);
|
||||||
|
//print_r($this->db->last_query());
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user