add notifications to dreport page

This commit is contained in:
Mike Macgirvin 2022-09-24 18:11:00 -07:00
parent 45cd0e9577
commit 9f73f52700
2 changed files with 5 additions and 1 deletions

View file

@ -946,7 +946,7 @@ class Libsync
$xchan = array_shift($x);
}
Libzot::check_location_move($sender['hash'], $arr['locations']);
// Libzot::check_location_move($sender['hash'], $arr['locations']);
$xisting = q(
"select * from hubloc where hubloc_hash = '%s' and hubloc_deleted = 0 ",

4
view/pdl/mod_dreport.pdl Normal file
View file

@ -0,0 +1,4 @@
[region=right_aside]
[widget=notifications][/widget]
[widget=newmember][/widget]
[/region]