mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
log calling script
This commit is contained in:
parent
2f8e3fbb51
commit
74e5be95c2
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue
Block a user