[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1447-g707c0b3

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Mon Feb 13 16:36:34 CET 2017


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  707c0b35fac3b3871d6d78c786287000d8c6d735 (commit)
      from  18749feb25d09551ab62aebfd332edb75af09693 (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=707c0b35fac3b3871d6d78c786287000d8c6d735

commit 707c0b35fac3b3871d6d78c786287000d8c6d735
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Mon Feb 13 16:36:30 2017 +0100

    Spelling

diff --git a/src/common/tracker/EffortUnit.class.php b/src/common/tracker/EffortUnit.class.php
index 59106cb..b104641 100644
--- a/src/common/tracker/EffortUnit.class.php
+++ b/src/common/tracker/EffortUnit.class.php
@@ -116,7 +116,7 @@ class EffortUnit extends FFError {
 		}
 		$res = db_query_params('SELECT 1 FROM effort_unit WHERE is_deleted <> 1 AND unit_name = $1 AND unit_set_id = $2', array(htmlspecialchars($name), $this->EffortUnitSet->GetID()));
 		if (db_numrows($res) > 0) {
-			$this->setError(sprintf(_('Unit name %s already exist'),$name));
+			$this->setError(sprintf(_('Unit name %s already exists'),$name));
 			return false;
 		}
 
@@ -346,7 +346,7 @@ class EffortUnit extends FFError {
 		}
 		$res = db_query_params('SELECT 1 FROM effort_unit WHERE is_deleted <> 1 AND unit_name = $1 AND unit_id <> $2 AND unit_set_id = $3', array(htmlspecialchars($name), $this->getID(), $this->EffortUnitSet->GetID()));
 		if (db_numrows($res) > 0) {
-			$this->setError(sprintf(_('Unit name %s already exist'),$name));
+			$this->setError(sprintf(_('Unit name %s already exists'),$name));
 			return false;
 		}
 		db_begin();

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

Summary of changes:
 src/common/tracker/EffortUnit.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list