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  2207e4c50d57257bb54d068b09947ce49cca6efc (commit)
      from  712a802ce9b7c14817cc6851125179f84c144234 (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=2207e4c50d57257bb54d068b09947ce49cca6efc

commit 2207e4c50d57257bb54d068b09947ce49cca6efc
Author: Franck Villaume <[email protected]>
Date:   Fri Nov 4 12:33:31 2016 +0100

    missing global var

diff --git a/src/www/include/tool_reports.php b/src/www/include/tool_reports.php
index 76493b2..4929c36 100644
--- a/src/www/include/tool_reports.php
+++ b/src/www/include/tool_reports.php
@@ -31,6 +31,7 @@
  * @param      array   $qpa2           Second query resource ID
  */
 function reports_quick_graph($title, $qpa1, $qpa2) {
+       global $HTML;
        $result1 = db_query_qpa($qpa1);
        $result2 = db_query_qpa($qpa2);
        if ($result1 && $result2 && db_numrows($result2) > 0) {

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

Summary of changes:
 src/www/include/tool_reports.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to