log approval/reject

This commit is contained in:
Uwe Steinmann 2015-09-16 17:31:09 +02:00
parent a263c6c36b
commit 4206f5d32a

View File

@ -291,6 +291,8 @@ if ($_POST["approvalStatus"]==-1){
}
}
add_log_line("?documentid=".$_POST['documentid']."&version=".$_POST['version']."&approvalType=".$_POST['approvalType']."&approvalStatus=".$_POST['approvalStatus']);
header("Location:../out/out.ViewDocument.php?documentid=".$documentid."&currenttab=revapp");
?>