From 74e5be95c215829af72a1a2e8758ce00bdbcf7da Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 11 Apr 2024 12:37:02 +0200 Subject: [PATCH] log calling script --- op/op.ReceiptDocument.php | 4 ++-- op/op.ReviseDocument.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/op/op.ReceiptDocument.php b/op/op.ReceiptDocument.php index 3b7fbf0f1..538b19aca 100644 --- a/op/op.ReceiptDocument.php +++ b/op/op.ReceiptDocument.php @@ -100,6 +100,6 @@ if ($_POST["receiptType"] == "ind" || $_POST["receiptType"] == "grp") { } } -header("Location:../out/out.ViewDocument.php?documentid=".$documentid."¤ttab=recipients"); +add_log_line("documentid=".$documentid."&version=".$version); -?> +header("Location:../out/out.ViewDocument.php?documentid=".$documentid."¤ttab=recipients"); diff --git a/op/op.ReviseDocument.php b/op/op.ReviseDocument.php index d73ee2387..619885eac 100644 --- a/op/op.ReviseDocument.php +++ b/op/op.ReviseDocument.php @@ -115,6 +115,6 @@ if($notifier) { $notifier->sendChangedDocumentStatusMail($latestContent, $user, $controller->oldstatus); } -header("Location:../out/out.ViewDocument.php?documentid=".$documentid."¤ttab=revision"); +add_log_line("documentid=".$documentid."&version=".$version); -?> +header("Location:../out/out.ViewDocument.php?documentid=".$documentid."¤ttab=revision");