distribution: Fix some strings
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
6cfcf5811f
commit
6b48113a8f
@@ -699,9 +699,9 @@ class distribution {
|
|||||||
|
|
||||||
/* make sure the user can view the versions we list in the table */
|
/* make sure the user can view the versions we list in the table */
|
||||||
/* otherwise skip over displaying the entries in this table */
|
/* otherwise skip over displaying the entries in this table */
|
||||||
if(!$_SESSION[current]->canViewApplication($oApp))
|
if(!$_SESSION['current']->canViewApplication($oApp))
|
||||||
continue;
|
continue;
|
||||||
if(!$_SESSION[current]->canViewVersion($oVersion))
|
if(!$_SESSION['current']->canViewVersion($oVersion))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
echo '<tr class='.$bgcolor.'>',"\n";
|
echo '<tr class='.$bgcolor.'>',"\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user