fix query
This commit is contained in:
@@ -171,7 +171,7 @@ class Bkomember_Controller extends Bko_Controller {
|
||||
$row = $query->row_array();
|
||||
$data['total_members'] = $row['total_members'];
|
||||
|
||||
$mysql = "SELECT count(id) AS mobile_login FROM mobile_login WHERE added::date = now()::date";
|
||||
$mysql = "SELECT count(id) AS mobile_login FROM mobile_login"; // " WHERE added::date = now()::date";
|
||||
$query = $this->db->query($mysql);
|
||||
$row = $query->row_array();
|
||||
$data['mobile_login'] = $row['mobile_login'];
|
||||
|
||||
Reference in New Issue
Block a user