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 6a550f9592feb73aee7b5eb6bdf68726cd06ba5c (commit)
from c951a9aa66fc534ab725b85934cd4bfbf56d8ac0 (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=6a550f9592feb73aee7b5eb6bdf68726cd06ba5c
commit 6a550f9592feb73aee7b5eb6bdf68726cd06ba5c
Author: Franck Villaume <[email protected]>
Date: Sat Nov 12 11:57:52 2016 +0100
fix PHP syntax ...
diff --git a/src/www/soap/tracker/tracker.php b/src/www/soap/tracker/tracker.php
index 463cdb0..d269a55 100644
--- a/src/www/soap/tracker/tracker.php
+++ b/src/www/soap/tracker/tracker.php
@@ -254,7 +254,7 @@ $server->wsdl->addComplexType(
'assigned_to' => array('name'=>'assigned_to', 'type' =>
'xsd:string'),
'open_date' => array('name'=>'open_date', 'type' => 'xsd:int'),
'last_modified_date' => array('name'=>'last_modified_date',
'type' => 'xsd:int'),
- 'last_modified_by' => => array('name'=>'last_modified_by',
'type' => 'xsd:string'),
+ 'last_modified_by' => array('name'=>'last_modified_by', 'type'
=> 'xsd:string'),
'close_date' => array('name'=>'close_date', 'type' =>
'xsd:int'),
'summary' => array('name'=>'summary', 'type' => 'xsd:string'),
'details' => array('name'=>'details', 'type' => 'xsd:string'),
-----------------------------------------------------------------------
Summary of changes:
src/www/soap/tracker/tracker.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