From 5893fad67bd38c106196e15f60342cdb3e0a375c Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Mon, 2 Jun 2025 10:05:08 +0200 Subject: [PATCH] added leibnitz to pipework email --- scripts/pipework/run-weekly-email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pipework/run-weekly-email.php b/scripts/pipework/run-weekly-email.php index a145eb4b5..5591674ba 100644 --- a/scripts/pipework/run-weekly-email.php +++ b/scripts/pipework/run-weekly-email.php @@ -24,7 +24,7 @@ define("INTERNAL_USER_USERNAME", $me->username); $pipeworkController = new PipeworkController(false); // Assuming PipeworkController class is loaded // --- Data Fetching --- -$networkIDs = [41, 90, 22, 2, 25, 24, 7, 15, 6, 12, 13]; +$networkIDs = [41, 90, 22, 2, 25, 24, 7, 15, 6, 12, 13, 98]; $allNetworkData = []; $from = strtotime("-1 week"); // Simpler timestamp generation $to = time();