[Fusionforge-commits] FusionForge branch 6.0 updated. f31ce503f061c302be04d91cc1708c8a388c18d3

Sylvain Beucler beuc-inria at fusionforge.org
Fri Feb 13 15:56:50 CET 2015


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, 6.0 has been updated
       via  f31ce503f061c302be04d91cc1708c8a388c18d3 (commit)
      from  20b72c5d6b0e5001b9f21752493c65c717e80047 (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 f31ce503f061c302be04d91cc1708c8a388c18d3
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Fri Feb 13 15:56:22 2015 +0100

    Fix project creation (typo in SysTasksQ.class.php)

diff --git a/src/common/include/SysTasksQ.class.php b/src/common/include/SysTasksQ.class.php
index 8e5dddd..5617982 100644
--- a/src/common/include/SysTasksQ.class.php
+++ b/src/common/include/SysTasksQ.class.php
@@ -28,7 +28,7 @@ class SysTasksQ extends Error {
 	function add($plugin_id, $systask_type, $group_id, $user_id=null) {
 		// Trim duplicate requests, e.g. SCM_REPO ones
 		$qpa = db_construct_qpa();
-		$qpa = db_construct_qpa($qpa, 'SELECT FROM systasks WHERE status=$1', array('TODO'));
+		$qpa = db_construct_qpa($qpa, 'SELECT * FROM systasks WHERE status=$1', array('TODO'));
 		$qpa = db_construct_qpa($qpa, ' AND systask_type=$1', array($systask_type));
 		if ($plugin_id == null) $qpa = db_construct_qpa($qpa, ' AND plugin_id IS NULL');
 		else                    $qpa = db_construct_qpa($qpa, ' AND plugin_id=$1', array($plugin_id));

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list