[Fusionforge-commits] FusionForge branch master updated. b6f230d709445efb0a09d7e67c82f6424381d7f8

Alain Peyrat aljeux at fusionforge.org
Wed May 22 16:22:54 CEST 2013


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  b6f230d709445efb0a09d7e67c82f6424381d7f8 (commit)
      from  b9d583596feb0f0a8c803f8bce45fa0c34d087c8 (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 b6f230d709445efb0a09d7e67c82f6424381d7f8
Author: Alain Peyrat <alain.peyrat at alcatel-lucent.com>
Date:   Wed May 22 16:22:48 2013 +0200

    Minor: Ident & strings

diff --git a/src/common/include/Navigation.class.php b/src/common/include/Navigation.class.php
index c8a7116..1eef865 100644
--- a/src/common/include/Navigation.class.php
+++ b/src/common/include/Navigation.class.php
@@ -232,7 +232,7 @@ class Navigation extends Error {
 		$menu['tooltips'][] = _('Main Page');
 
 		// My Page
-                $menu['titles'][] = _('My Page');
+		$menu['titles'][] = _('My Page');
 		$menu['urls'][] = util_make_uri('/my/');
 		$menu['tooltips'][] = _('Your Page, widgets selected by you to follow your items.');
 		if (strstr($request_uri, util_make_uri('/my/'))
@@ -457,7 +457,7 @@ class Navigation extends Error {
 			// Mailing Lists
 			if ($group->usesMail()) {
 				$menu['titles'][] = _('Lists');
-				$menu['tooltips'][] = _('Mailing Lists.');
+				$menu['tooltips'][] = _('Mailing Lists');
 				$menu['urls'][] = util_make_uri('/mail/?group_id=' . $group_id);
 				if (forge_check_perm ('project_admin', $group_id)) {
 					$menu['adminurls'][] = util_make_uri('/mail/admin/?group_id='.$group_id);
diff --git a/src/common/pm/ProjectTasksForUser.class.php b/src/common/pm/ProjectTasksForUser.class.php
index afa1c38..f1bc402 100644
--- a/src/common/pm/ProjectTasksForUser.class.php
+++ b/src/common/pm/ProjectTasksForUser.class.php
@@ -111,8 +111,8 @@ class ProjectTasksForUser extends Error {
 
 	function &getTasksForThisWeek() {
 		$now = getdate();
-		$thisweek = mktime (18, 00, 00, $now['mon'], $now['mday'], $now['year'])+7*24*3600;
-		return $this->getOpenTasksForDate($thisweek);
+		$this_week = mktime (18, 00, 00, $now['mon'], $now['mday'], $now['year'])+7*24*3600;
+		return $this->getOpenTasksForDate($this_week);
 	}
 }
 

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

Summary of changes:
 src/common/include/Navigation.class.php     |    4 ++--
 src/common/pm/ProjectTasksForUser.class.php |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list