From d368146bc189b3655005889865a03e92eb851f1a Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 1 Nov 2014 20:26:27 +0100 Subject: [PATCH] fix cmdline output variables --- get-gfxtopdata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-gfxtopdata.php b/get-gfxtopdata.php index 9396d14..0ffeaf9 100755 --- a/get-gfxtopdata.php +++ b/get-gfxtopdata.php @@ -161,7 +161,7 @@ for ($daysback = $backlog_days + 1; $daysback > 0; $daysback--) { $anafweb = $anadir.'/'.$fweb; if (!file_exists($anafweb) && $gd['total_crashes']) { // create out an HTML page - print('Writing'.($type == 'week'?' weekly':' daily').' HTML output'."\n"); + print('Writing HTML output'."\n"); $doc = new DOMDocument('1.0', 'utf-8'); $doc->formatOutput = true; // we want a nice output