From ee6e0f8b24815576baaef25dc1acd3dd4104ae0a Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sun, 20 Aug 2023 05:01:55 -0700 Subject: [PATCH] One more minor logging change to expire.php. --- Rocksolid_Light/rslight/scripts/expire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/rslight/scripts/expire.php b/Rocksolid_Light/rslight/scripts/expire.php index 21b919c..681ac38 100755 --- a/Rocksolid_Light/rslight/scripts/expire.php +++ b/Rocksolid_Light/rslight/scripts/expire.php @@ -40,7 +40,7 @@ foreach ($grouplist as $groupline) { $showme = date('d M, Y', $expireme); echo "Expire $group articles before $showme\n"; - file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " " . $group . " Expiring: articles before " . $showme, FILE_APPEND); + file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " " . $group . " Expiring articles before " . $showme, FILE_APPEND); if ($CONFIG['article_database'] == '1') { echo "Expiring article database...\n"; file_put_contents($logfile, "\n" . format_log_date() . " " . $config_name . " " . $group . " Expiring article database...", FILE_APPEND);