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 <[email protected]>
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

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to