diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 3c8088df5..e134ac428 100644 --- a/include/zot.php +++ b/include/zot.php @@ -994,7 +994,7 @@ function process_mail_delivery($sender,$arr,$deliveries) { function process_profile_delivery($sender,$arr,$deliveries) { // deliveries is irrelevant, what to do about birthday notification....? - + logger('process_profile_delivery'); import_directory_profile($sender['hash'],$arr); } |