Commit 84767912 by Jansa Jose

payment

parent dc15cb19
......@@ -513,7 +513,7 @@ function update_profile($id,$data)
{
//$date_of_birth = $data['dob'];
//unset($data['dob']);
print_r($id);exit();
//print_r($id);exit();
$this->db->where('tbl_registration.id',$id);
if($this->db->update('tbl_registration',$data))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment