diff --git a/application/views/debug/index.php b/application/views/debug/index.php
index 68cc3fac5..41dd0b25a 100644
--- a/application/views/debug/index.php
+++ b/application/views/debug/index.php
@@ -520,68 +520,68 @@
| = __("DXCC update from Club Log"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("DOK file download"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("LoTW users download"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("POTA file download"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("SCP file download"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("SOTA file download"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("WWFF file download"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("TLE update"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("Hams Of Note update"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("HAMqsl"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |
| = __("VUCC Grids"); ?> |
- last_run); ?>
+ last_run ?? ''); ?>
last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> |
= __("Update"); ?> |