Pops
* Bugfix Dokustand Datumsanzeige hat das Datum nicht richtig angezeigt
This commit is contained in:
@@ -181,7 +181,7 @@ if (!empty(trim($pops->vlan_ipv6)))
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap">Dokustand | Status</th>
|
||||
<td><?= ($pops->doku_date) ? date("d.m.Y") : '-' ?><span class="ml-2 mr-2">|</span><?= ($pops->state) ? $stateArray[$pops->state] : '-' ?> </td>
|
||||
<td><?= ($pops->doku_date) ? date("d.m.Y",$pops->doku_date) : '-' ?><span class="ml-2 mr-2">|</span><?= ($pops->state) ? $stateArray[$pops->state] : '-' ?> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="text-nowrap">Fotospeicherort</th>
|
||||
|
||||
Reference in New Issue
Block a user