diff --git a/public_html/valuestore/browse.php b/public_html/valuestore/browse.php index 997d685b7c4625f2f0228d15cf586349fbd0df9d..a3bf2ce9f65c69e8fb304f957da665cafccf437f 100644 --- a/public_html/valuestore/browse.php +++ b/public_html/valuestore/browse.php @@ -116,7 +116,7 @@ if(is_array($aData) && count($aData)){ // echo '<pre>' . print_r($aData, 1); foreach ($aData as $aRow){ $sItemUrl='index.php?project='.$aRow['project'].'&package='.$aRow['package'].'&phase='.$aRow['phase'].'&host='.$aRow['host'].'&variable='.$aRow['variable'].''; - $sTable.='<tr onclick="location.href=\''.$sUrl.'\'">'; + $sTable.='<tr onclick="location.href=\''.$sItemUrl.'\'">'; // $sTable.='<tr>'; foreach ($aRow as $sKey=>$sValue){ // $sTable.='<td class="'.$sKey.'"><a href="'.$sUrl.'">'.$sValue.'</a></td>';