From be25d29021da5682425e54d395ea2a54c282706c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 6 Sep 2008 11:51:23 -0400 Subject: [PATCH] Fix showhistory.php to show more than one log item --- showhistory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/showhistory.php b/showhistory.php index b1c479e..e0a74c9 100644 --- a/showhistory.php +++ b/showhistory.php @@ -96,7 +96,6 @@ foreach ($logs AS $dateline => $logitems) { $show['group'] = true; - $history = ''; foreach ($logitems AS $log) { if ($log['field'] == '.' OR ($log['original'] == '' AND $log['changed'] == '')) -- 2.22.5