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  74d0ca19afa41f5539d528a615602a5435814118 (commit)
      from  7af1cf3079bf49921b4bfef0330579c62abff97e (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=74d0ca19afa41f5539d528a615602a5435814118

commit 74d0ca19afa41f5539d528a615602a5435814118
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Fri Jun 24 18:11:31 2016 +0200

    Whitespace

diff --git a/src/www/pm/include/ProjectTaskHTML.class.php 
b/src/www/pm/include/ProjectTaskHTML.class.php
index 944b3d8..547ba66 100644
--- a/src/www/pm/include/ProjectTaskHTML.class.php
+++ b/src/www/pm/include/ProjectTaskHTML.class.php
@@ -30,7 +30,7 @@ require_once $gfcommon.'pm/ProjectTask.class.php';
 class ProjectTaskHTML extends ProjectTask {
 
        function __construct(&$ProjectGroup, $project_task_id=false, 
$arr=false) {
-               parent::__construct($ProjectGroup,$project_task_id,$arr);
+               parent::__construct($ProjectGroup, $project_task_id, $arr);
        }
 
        function multipleDependBox ($name='dependent_on[]') {
diff --git a/src/www/project/admin/users.php b/src/www/project/admin/users.php
index 7c8dab0..b35a5ca 100644
--- a/src/www/project/admin/users.php
+++ b/src/www/project/admin/users.php
@@ -101,7 +101,7 @@ if (getStringFromRequest('submit')) {
                        session_require_perm ('project_admin', 
$role->getHomeProject()->getID()) ;
                }
                if (!$role->removeUser (user_get_object ($user_id))) {
-                       $error_msg = $role->getErrorMessage() ;
+                       $error_msg = $role->getErrorMessage();
                } else {
                        $feedback = _("Member Removed Successfully");
                }

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

Summary of changes:
 src/www/pm/include/ProjectTaskHTML.class.php | 2 +-
 src/www/project/admin/users.php              | 2 +-
 2 files changed, 2 insertions(+), 2 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