Fix showhistory.php to show more than one log item
[bugdar.git] / showhistory.php
index b1c479efe7f70db9156b1e406a97fca6513a8c47..e0a74c912397fadccc3698cb25464297f9b5fe29 100644 (file)
@@ -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'] == ''))