mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix typos in comments
This commit is contained in:
parent
6b888f4592
commit
b3b5d11642
|
@ -79,7 +79,7 @@ foreach ($docAccess["groups"] as $i=>$da) {
|
|||
// their latest status.
|
||||
$reviewStatus = $content->getReviewStatus();
|
||||
$approvalStatus = $content->getApprovalStatus();
|
||||
// Index the review results for easy cross-reference with the Approvers List.
|
||||
// Index the review results for easy cross-reference with the reviewers List.
|
||||
$reviewIndex = array("i"=>array(), "g"=>array());
|
||||
foreach ($reviewStatus as $i=>$rs) {
|
||||
if ($rs["status"]!=-2) {
|
||||
|
@ -91,7 +91,7 @@ foreach ($reviewStatus as $i=>$rs) {
|
|||
}
|
||||
}
|
||||
}
|
||||
// Index the approval results for easy cross-reference with the Approvers List.
|
||||
// Index the approval results for easy cross-reference with the approvers List.
|
||||
$approvalIndex = array("i"=>array(), "g"=>array());
|
||||
foreach ($approvalStatus as $i=>$rs) {
|
||||
if ($rs["status"]!=-2) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user