This commit is contained in:
2022-03-07 14:00:31 -05:00
parent f64576f3e8
commit b0747071e9
10 changed files with 95 additions and 285 deletions
+1
View File
@@ -54,6 +54,7 @@ class Dash_model extends CI_Model {
return $out;
}
public function getNewMessageCount($member_id) {
$out = array();
$out['new_message'] =0;