From d720311c15d72fe3d5a4aa836baabc3391c75fa1 Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Thu, 28 Oct 2010 23:09:44 +0200 Subject: [PATCH] bacula-web: Removed var_dump used for debug from report.php --- gui/bacula-web/report.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/bacula-web/report.php b/gui/bacula-web/report.php index db2ebbddce..03c2f9f70e 100644 --- a/gui/bacula-web/report.php +++ b/gui/bacula-web/report.php @@ -60,7 +60,6 @@ while ( $tmp = $res_jobs->fetchRow(DB_FETCHMODE_ASSOC) ) { if ( $tdate[0] > 300000 ) $tmp['elapsed'] = "00:00:00"; $tmp['JobBytes'] = $dbSql->human_file_size( $tmp['JobBytes'] ); - var_dump( $tmp ); array_push($a_jobs,$tmp); } $smarty->assign('jobs',$a_jobs); -- 2.39.5