mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
log approval/reject
This commit is contained in:
parent
a263c6c36b
commit
4206f5d32a
|
@ -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."¤ttab=revapp");
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user