Fix undefined constant

This commit is contained in:
John Crisp
2021-03-07 19:17:44 +01:00
parent 3b02db3a27
commit a888cd4aa6

View File

@@ -393,7 +393,7 @@ switch ($stage) {
foreach ($db as $rec) {
print '<tr style="font-size: 11px;">
<td><font color='.$stcolor[$rec['status']].'><b>' .$rec[status].'</b></font></td>
<td><font color='. $stcolor[$rec['status']] . '><b>' . $rec['status'] . '</b></font></td>
<td style="white-space: nowrap">'.$rec['issued'].'</td>
<td style="white-space: nowrap">'.$rec['expires'].'</td>
<td>' . $rec['common_name'] . '</td>