This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  369dc03c5c66d1a251ea5b050b6fa9b572e19986 (commit)
      from  29e25591d8b21f8bf75f6905e44faeb172c941f0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=369dc03c5c66d1a251ea5b050b6fa9b572e19986

commit 369dc03c5c66d1a251ea5b050b6fa9b572e19986
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Tue Apr 20 10:20:56 2021 +0200

    fix PHP warning

diff --git a/src/common/reporting/report_utils.php 
b/src/common/reporting/report_utils.php
index 4006d5b..98b92f3 100644
--- a/src/common/reporting/report_utils.php
+++ b/src/common/reporting/report_utils.php
@@ -878,7 +878,7 @@ function report_actgraph($type, $SPAN, $start, $end, $id, 
$area) {
        return true;
 }
 
-function report_toolspiegraph($datatype = 0, $start, $end) {
+function report_toolspiegraph($datatype, $start, $end) {
        global $HTML;
        $now = time() - 60*60*24; // 1 day
        if ($now < $end) {
@@ -982,7 +982,7 @@ function report_toolspiegraph($datatype = 0, $start, $end) {
        }
 }
 
-function report_timegraph($type = 'site', $area = 'tasks', $start, $end, $id = 
0) {
+function report_timegraph($type, $area, $start, $end, $id = 0) {
        global $pie_labels, $pie_vals;
        global $HTML;
 

-----------------------------------------------------------------------

Summary of changes:
 src/common/reporting/report_utils.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to