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 c951a9aa66fc534ab725b85934cd4bfbf56d8ac0 (commit)
from b619df7dd49bb97f918e726d0ba550623cf79d89 (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=c951a9aa66fc534ab725b85934cd4bfbf56d8ac0
commit c951a9aa66fc534ab725b85934cd4bfbf56d8ac0
Author: Franck Villaume <[email protected]>
Date: Sat Nov 12 01:12:36 2016 +0100
fix PHP syntax
diff --git a/src/www/soap/tracker/tracker.php b/src/www/soap/tracker/tracker.php
index 96726fc..463cdb0 100644
--- a/src/www/soap/tracker/tracker.php
+++ b/src/www/soap/tracker/tracker.php
@@ -176,7 +176,7 @@ $server->wsdl->addComplexType(
'assigned_to' => array('name'=>'assigned_to', 'type' =>
'xsd:int'),
'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:int'),
+ 'last_modified_by' => array('name'=>'last_modified_by', 'type'
=> 'xsd:int'),
'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