DISCUZ 更改群组发帖系统提醒成员 notification_add 发送通知提示函数
$bt=$this->param['subject'];
$querys = DB::fetch_all('select * from pre_forum_groupuser wherefid='.$this->forum['fid']);
foreach($querysas $arr){
notification_add($arr['uid'],'system', $author.'发表了:'.$bt, array('from_id' => 0,'from_idtype' => 'sendnotice'), 1);
}
}









