fix
This commit is contained in:
@@ -6,6 +6,13 @@ class Account_model extends CI_Model {
|
||||
|
||||
}
|
||||
|
||||
public function getUserWallet($member_id,$currency) {
|
||||
$num = 0;
|
||||
$mysql = "SELECT * FROM members_wallet WHERE member_id = $member_id AND currency='".$currency."' ";
|
||||
$query = $this->db->query($mysql);
|
||||
return $query->result_array();
|
||||
}
|
||||
|
||||
public function verify_link($data) {
|
||||
$q = $this
|
||||
->db
|
||||
|
||||
Reference in New Issue
Block a user