mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
take out review and approval status
currently not needed
This commit is contained in:
parent
db3d563e3f
commit
6fde8fe200
|
@ -65,8 +65,6 @@ if ($overallStatus["status"] == S_REJECTED || $overallStatus["status"] == S_EXPI
|
|||
UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("cannot_change_final_states"));
|
||||
}
|
||||
|
||||
$reviewStatus = $content->getReviewStatus();
|
||||
$approvalStatus = $content->getApprovalStatus();
|
||||
$overrideStatus = $_POST["overrideStatus"];
|
||||
$comment = $_POST["comment"];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user