mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-07 05:39:21 +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.
|
// their latest status.
|
||||||
$reviewStatus = $content->getReviewStatus();
|
$reviewStatus = $content->getReviewStatus();
|
||||||
$approvalStatus = $content->getApprovalStatus();
|
$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());
|
$reviewIndex = array("i"=>array(), "g"=>array());
|
||||||
foreach ($reviewStatus as $i=>$rs) {
|
foreach ($reviewStatus as $i=>$rs) {
|
||||||
if ($rs["status"]!=-2) {
|
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());
|
$approvalIndex = array("i"=>array(), "g"=>array());
|
||||||
foreach ($approvalStatus as $i=>$rs) {
|
foreach ($approvalStatus as $i=>$rs) {
|
||||||
if ($rs["status"]!=-2) {
|
if ($rs["status"]!=-2) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user