Commit 2002984d by Jansa Jose

fbloginpatnt

parent 948dd6f7
......@@ -714,7 +714,7 @@ class Webservice_model extends CI_Model {
$query['locality'] = $query['locality']== ""? "": decrypt_data($query['locality']);
$query['number'] = $query['number']== ""? "": decrypt_data($query['number']);
$query['name'] = $query['name']== ""? "": decrypt_data($query['name']);
$query['profile_photo'] = $query['profile_pic']== ""? "": $query['profile_pic'];
$query['profile_pic'] = $query['profile_pic']== ""? "": $query['profile_pic'];
$query['username'] = $query['username']== ""? "": $query['username'];
$query['email'] = $query['email']== ""? "": $query['email'];
$query['cpf'] = $query['cpf']== ""? "": $query['cpf'];
......
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