Skip to content
Snippets Groups Projects
Commit 3c892f38 authored by hahn's avatar hahn
Browse files

task#1680 - fix warning because of missing var

fix type in config check
parent a8a3a48f
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment