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  8bcbe1b5ed619f4b51558717e4a315f22c64c6a8 (commit)
      from  94639946f763d91b6aff1611a3d13c677a64f14d (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=8bcbe1b5ed619f4b51558717e4a315f22c64c6a8

commit 8bcbe1b5ed619f4b51558717e4a315f22c64c6a8
Author: Franck Villaume <[email protected]>
Date:   Wed Oct 5 19:35:45 2016 +0200

    remove old type_id

diff --git a/src/common/include/tag_cloud.php b/src/common/include/tag_cloud.php
index ad09a96..8320dec 100644
--- a/src/common/include/tag_cloud.php
+++ b/src/common/include/tag_cloud.php
@@ -102,7 +102,7 @@ function tag_cloud($params = array()) {
        $res = db_query_params ('SELECT project_tags.name,project_tags.group_id
                                         FROM project_tags, groups
                                         WHERE project_tags.group_id = 
groups.group_id
-                                        AND groups.status = $1 AND 
groups.type_id=1 AND groups.register_time > 0',
+                                        AND groups.status = $1 AND 
groups.register_time > 0',
                                array ('A')) ;
        $tag_count = array();
        while ($row = db_fetch_array($res)) {

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

Summary of changes:
 src/common/include/tag_cloud.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