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  956c614125dbb1325ed628d015ca2a55e6478769 (commit)
      from  ef7808da577ded2d960d2d62352e0c246ebd0965 (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=956c614125dbb1325ed628d015ca2a55e6478769

commit 956c614125dbb1325ed628d015ca2a55e6478769
Author: Franck Villaume <[email protected]>
Date:   Mon Jul 4 10:19:51 2016 +0200

    fix ReportSetup due to document version implementation

diff --git a/src/common/reporting/ReportSetup.class.php 
b/src/common/reporting/ReportSetup.class.php
index 669e3ce..ab8183c 100644
--- a/src/common/reporting/ReportSetup.class.php
+++ b/src/common/reporting/ReportSetup.class.php
@@ -970,7 +970,7 @@ class ReportSetup extends Report {
 
                        FULL OUTER JOIN
                                (SELECT created_by AS user_id, $1::int AS day, 
count(*) AS docs
-                               FROM doc_data
+                               FROM docdata_vw
                                WHERE createdate BETWEEN $1 AND $2
                                GROUP BY user_id,day ) docs USING 
(user_id,day)) foo3
 

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

Summary of changes:
 src/common/reporting/ReportSetup.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to