index file changes
parent
9c725b9cf7
commit
05d980725f
|
@ -193,7 +193,7 @@ if (isset($_GET['do'])) {
|
||||||
$Displayname = $Reflector->GetCallsignAndSuffixByID($Users[$j]);
|
$Displayname = $Reflector->GetCallsignAndSuffixByID($Users[$j]);
|
||||||
echo '
|
echo '
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="http://www.aprs.fi/'.$Displayname.'" class="pl" target="_blank">'.$Displayname.'</a> </td>
|
<td>'.$Displayname.'</td>
|
||||||
</tr>';
|
</tr>';
|
||||||
$UserCheckedArray[] = $Users[$j];
|
$UserCheckedArray[] = $Users[$j];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue