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 e2149cc53f8aea59259b09422027dd0e21f91ae0 (commit)
from bcfe95110eb9cf69a9eb4900bcfa05bdad0fff4a (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=e2149cc53f8aea59259b09422027dd0e21f91ae0
commit e2149cc53f8aea59259b09422027dd0e21f91ae0
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Sep 27 15:19:18 2016 +0200
Translate ":" separately
diff --git a/src/www/people/people_utils.php b/src/www/people/people_utils.php
index f06c8aa..9d8a9c9 100644
--- a/src/www/people/people_utils.php
+++ b/src/www/people/people_utils.php
@@ -102,7 +102,7 @@ function
people_add_to_skill_inventory($skill_id,$skill_level_id,$skill_year_id)
$result = db_query_params("INSERT INTO
people_skill_inventory (user_id,skill_id,skill_level_id,skill_year_id)
VALUES ($1, $2, $3, $4)",
array(user_getid() ,$skill_id, $skill_level_id, $skill_year_id));
if (!$result || db_affected_rows($result) < 1) {
- $error_msg .= _('Error inserting into skill
inventory: ');
+ $error_msg .= _('Error inserting into skill
inventory')._(': ');
$error_msg .= db_error();
} else {
$feedback .= _('Added to skill inventory');
-----------------------------------------------------------------------
Summary of changes:
src/www/people/people_utils.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits