[Fusionforge-commits] FusionForge branch master updated. 6.0.4-401-g2fab87d

Franck Villaume nerville at libremir.placard.fr.eu.org
Thu Apr 28 17:22:30 CEST 2016


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  2fab87dffece48ead5282bd9b97ea82377203737 (commit)
      from  e5220d7df7bef0c275abaa6f46c05a3fd0922f9b (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=2fab87dffece48ead5282bd9b97ea82377203737

commit 2fab87dffece48ead5282bd9b97ea82377203737
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Apr 28 17:22:14 2016 +0200

    tab vs. space

diff --git a/src/www/activity/index.php b/src/www/activity/index.php
index a85c03f..dad9e34 100644
--- a/src/www/activity/index.php
+++ b/src/www/activity/index.php
@@ -57,8 +57,8 @@ if (!$received_begin || $received_begin==0) {
 	}
 }
 if ($begin < 0) {
-    $begin = 0;
-    $rendered_begin = strftime($date_format, $begin);
+	$begin = 0;
+	$rendered_begin = strftime($date_format, $begin);
 }
 
 if (!$received_end || $received_end == 0) {

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

Summary of changes:
 src/www/activity/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list