diff --git a/web/site/instances.php b/web/site/instances.php index 2e6e4c7..fa88b62 100644 --- a/web/site/instances.php +++ b/web/site/instances.php @@ -536,7 +536,10 @@ while ($if<$il && $row=mysqli_fetch_assoc($res)) { $out.='
'._('New').' '; ($bt-$row['InsertTS']<=$oldline) ? $out.=''._('Yes!').'' : $out.=_('No'); $out.='
'.N; - $out.='
'._('Software').' '.nully(hspech(ucfirst($row['Software']))).' '.nully(hspech($row['Version'])).'
'.N; + $software=''; + if (!is_null($row['Software'])) $software.=ucfirst($row['Software']); + if (!is_null($row['Version'])) $software.=$row['Version']; + $out.='
'._('Software').' '.nully(hspech($software)).'
'.N; $out.='
'._('Registrations').' '; ($row['RegReqApproval']==1) ? $buf=' ('._('by admin approval').')' : $buf='';