From 9f73f527002df6d73e4be0d493be04afa2c873b2 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sat, 24 Sep 2022 18:11:00 -0700 Subject: [PATCH] add notifications to dreport page --- Code/Lib/Libsync.php | 2 +- view/pdl/mod_dreport.pdl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 view/pdl/mod_dreport.pdl diff --git a/Code/Lib/Libsync.php b/Code/Lib/Libsync.php index 8a2733d9f..5fe76cb29 100644 --- a/Code/Lib/Libsync.php +++ b/Code/Lib/Libsync.php @@ -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 ", diff --git a/view/pdl/mod_dreport.pdl b/view/pdl/mod_dreport.pdl new file mode 100644 index 000000000..95f069031 --- /dev/null +++ b/view/pdl/mod_dreport.pdl @@ -0,0 +1,4 @@ +[region=right_aside] +[widget=notifications][/widget] +[widget=newmember][/widget] +[/region]