Fix undefined constant
This commit is contained in:
@@ -393,7 +393,7 @@ switch ($stage) {
|
|||||||
|
|
||||||
foreach ($db as $rec) {
|
foreach ($db as $rec) {
|
||||||
print '<tr style="font-size: 11px;">
|
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['issued'].'</td>
|
||||||
<td style="white-space: nowrap">'.$rec['expires'].'</td>
|
<td style="white-space: nowrap">'.$rec['expires'].'</td>
|
||||||
<td>' . $rec['common_name'] . '</td>
|
<td>' . $rec['common_name'] . '</td>
|
||||||
|
Reference in New Issue
Block a user