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  93b5e0ba47f2b09093c043e696e4e9cc8e57f813 (commit)
      from  80ca6a6458b69a8f9be2a7dc6290841c6ff3cd29 (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 -----------------------------------------------------------------
commit 93b5e0ba47f2b09093c043e696e4e9cc8e57f813
Author: Franck Villaume <[email protected]>
Date:   Mon Jul 14 20:38:44 2014 +0200

    tracker: no sql select *

diff --git a/src/common/tracker/ArtifactTypeFactory.class.php 
b/src/common/tracker/ArtifactTypeFactory.class.php
index b4314d4..8645b56 100644
--- a/src/common/tracker/ArtifactTypeFactory.class.php
+++ b/src/common/tracker/ArtifactTypeFactory.class.php
@@ -87,7 +87,7 @@ class ArtifactTypeFactory extends Error {
         */
        function &getAllArtifactTypeIds() {
                $result = array () ;
-               $res = db_query_params ('SELECT * FROM artifact_group_list_vw
+               $res = db_query_params ('SELECT group_artifact_id FROM 
artifact_group_list_vw
                        WHERE group_id=$1
                        ORDER BY group_artifact_id ASC',
                                        array ($this->Group->getID())) ;

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

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