[Fusionforge-commits] r19102 - trunk/src/plugins/scmgit/common

Marc-Etienne VARGENAU vargenau at fusionforge.org
Fri Feb 7 16:18:04 CET 2014


Author: vargenau
Date: 2014-02-07 16:18:04 +0100 (Fri, 07 Feb 2014)
New Revision: 19102

Modified:
   trunk/src/plugins/scmgit/common/GitPlugin.class.php
Log:
Whitespace

Modified: trunk/src/plugins/scmgit/common/GitPlugin.class.php
===================================================================
--- trunk/src/plugins/scmgit/common/GitPlugin.class.php	2014-02-07 15:12:23 UTC (rev 19101)
+++ trunk/src/plugins/scmgit/common/GitPlugin.class.php	2014-02-07 15:18:04 UTC (rev 19102)
@@ -695,11 +695,11 @@
 		}
 
 		if ($params['mode'] == 'day') {
-			$year = $params ['year'];
-			$month = $params ['month'];
-			$day = $params ['day'];
-			$month_string = sprintf( "%04d%02d", $year, $month );
-			$start_time = gmmktime( 0, 0, 0, $month, $day, $year);
+			$year = $params['year'];
+			$month = $params['month'];
+			$day = $params['day'];
+			$month_string = sprintf("%04d%02d", $year, $month);
+			$start_time = gmmktime(0, 0, 0, $month, $day, $year);
 			$end_time = $start_time + 86400;
 
 			$usr_adds    = array();




More information about the Fusionforge-commits mailing list