From f0d3ed951a833823f7c49a0779710d2518e8a48e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Aug 2011 13:26:58 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 037751fa..f24746ff 100644 --- a/Notify.php +++ b/Notify.php @@ -73,7 +73,7 @@ class Pman_Core_Notify extends Pman } //date_default_timezone_set('UTC'); // phpinfo();exit; - $showold = $opts['old']; + $showold = !empty($opts['old']); if (!empty($opts['old'])) { $opts['list'] = 1; // force listing.. } -- 2.39.2