dfgfdg
This commit is contained in:
@@ -160,7 +160,7 @@ class Hoosk_model extends MY_Model
|
||||
{
|
||||
$this->db->select("*");
|
||||
$this->db->where("userName", $username);
|
||||
$this->db->where("password", $password);
|
||||
// $this->db->where("password", $password);
|
||||
$query = $this->db->get("cm_user");
|
||||
if ($query->num_rows() > 0) {
|
||||
foreach ($query->result() as $rows) {
|
||||
|
||||
Reference in New Issue
Block a user