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  ecd4113d45d5c663bfe1312926471248b0058ef3 (commit)
      from  ea54eb06250b8f716d6e9294ef9277f06091078f (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=ecd4113d45d5c663bfe1312926471248b0058ef3

commit ecd4113d45d5c663bfe1312926471248b0058ef3
Author: Franck Villaume <[email protected]>
Date:   Fri Oct 28 11:46:54 2016 +0200

    remove var_dump

diff --git a/src/common/tracker/Artifact.class.php 
b/src/common/tracker/Artifact.class.php
index 6767754..7d4fc09 100644
--- a/src/common/tracker/Artifact.class.php
+++ b/src/common/tracker/Artifact.class.php
@@ -592,7 +592,6 @@ class Artifact extends FFObject {
                        $res = db_query_params ('UPDATE artifact_counts_agg SET 
count=count-1,open_count=open_count-1
                                WHERE group_artifact_id=$1',
                                                array 
($this->getArtifactType()->getID())) ;
-                       var_dump($res1);
                        if (!$res) {
                                $this->setError(_('Error updating artifact 
counts')._(': ').db_error());
                                db_rollback();

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

Summary of changes:
 src/common/tracker/Artifact.class.php | 1 -
 1 file changed, 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