From 17d1024c1bf38c0c85876b96058e385215df24fc Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 25 Jan 2026 13:02:46 +0100 Subject: [PATCH] omit deprecation warnings on new installs (happens on new installs when debug mode is enabled) --- application/views/debug/index.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 @@ - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?> - last_run); ?> + last_run ?? ''); ?> last_run ? date($custom_date_format, $timestamp).' '.date('H:i:s', $timestamp) : __("never"); ?>