Notification to Group not working |
2/4/2023 9:19:06 PM |
PHPRunner General questions | |
M
mic'',) author
I wonder if notification to group is really work. I tried this $permissions = array('group'=>'<Admin>'); I tried numerous times but if the notification appears to all users, except if you directly replace the $permission to username, but it will only send to individual users not in the group. uhhmmmmm any workaround? tho this code from druck281 works https://asprunner.com/forums/topic/28954-Notification-API--multiple-users, I think the 10.9 version will send directly to group than creating manual coding. $currentUser=$_SESSION["UserName"]; //Setting current user to variable for use in the comparison for the "if" statement All the best |
|