distribution: Fix some strings

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-04-22 21:55:48 +02:00
committed by Alexander Nicolaysen Sørnes
parent 6cfcf5811f
commit 6b48113a8f

View File

@@ -699,9 +699,9 @@ class distribution {
/* make sure the user can view the versions we list in the table */
/* otherwise skip over displaying the entries in this table */
if(!$_SESSION[current]->canViewApplication($oApp))
if(!$_SESSION['current']->canViewApplication($oApp))
continue;
if(!$_SESSION[current]->canViewVersion($oVersion))
if(!$_SESSION['current']->canViewVersion($oVersion))
continue;
echo '<tr class='.$bgcolor.'>',"\n";