back office login

This commit is contained in:
CHIEFSOFT\ameye
2024-07-27 09:26:55 -04:00
parent e5bca5ee3c
commit 5f28ce5da0
+1 -1
View File
@@ -196,7 +196,7 @@ class Bko_Controller extends WRB_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'];