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  a70c44347832aef00986f06771f36c6cb93c7b34 (commit)
      from  db0487640a30a4b6fc709952e1ec0802d7feafa9 (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=a70c44347832aef00986f06771f36c6cb93c7b34

commit a70c44347832aef00986f06771f36c6cb93c7b34
Author: Franck Villaume <[email protected]>
Date:   Sun Feb 21 12:32:15 2016 +0100

    remove useless var

diff --git a/src/www/export/rss20_tasks.php b/src/www/export/rss20_tasks.php
index 30f82fb..4faeb87 100644
--- a/src/www/export/rss20_tasks.php
+++ b/src/www/export/rss20_tasks.php
@@ -29,7 +29,6 @@ require_once $gfcommon.'pm/ProjectGroupFactory.class.php';
 //Default Vars
 $number_items = 10;
 $max_number_items = 100;
-$show_threads = true;
 $number = 10;
 $max_number = 100;
 $additive = ' AND ';
@@ -119,13 +118,11 @@ if ($requestedNumber <= $max_number AND $requestedNumber 
> 0) {
 }
 
 //creating, sending, and using the query
-
 $qpa = db_construct_qpa(false, 'SELECT DISTINCT
                                pt.*,u.realname AS user_realname
                                FROM
                                project_task pt,users u,project_assigned_to a
-                               WHERE', array());
-
+                               WHERE ', array());
 $qpa = db_construct_qpa($qpa, is_needed('(').$project_sq.' '.$btwp.' '.$user.' 
'.$status.is_needed(')').' '.$us.'u.user_id = pt.created_by AND 
pt.project_task_id=a.project_task_id', array());
 $qpa = db_construct_qpa($qpa, ' ORDER BY last_modified_date', array());
 
@@ -210,7 +207,6 @@ function beginTaskFeed($feed_title, $feed_link, $feed_desc) 
{
 }
 
 function writeTaskFeed($msg, $item_cat){
-    global  $show_threads;
 
     //------------ build one feed item ------------
     print "  <item>\n";

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

Summary of changes:
 src/www/export/rss20_tasks.php | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to