[Fusionforge-commits] FusionForge branch master updated. 6.0.4-777-g83acedf

Franck Villaume nerville at libremir.placard.fr.eu.org
Thu Aug 18 13:42:35 CEST 2016


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  83acedf6d5d92a05f9ddb239f9e2b5e7ac6fca36 (commit)
      from  6b868df46dc8f344d8691ffa9e99b5fddd05b749 (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=83acedf6d5d92a05f9ddb239f9e2b5e7ac6fca36

commit 83acedf6d5d92a05f9ddb239f9e2b5e7ac6fca36
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Aug 18 13:42:29 2016 +0200

    soap tracker API: remove obsolete vars: is_public & allow_anon

diff --git a/src/www/soap/tracker/tracker.php b/src/www/soap/tracker/tracker.php
index d1e6e3d..2ef4049 100644
--- a/src/www/soap/tracker/tracker.php
+++ b/src/www/soap/tracker/tracker.php
@@ -105,8 +105,6 @@ $server->wsdl->addComplexType(
 	'group_id' => array('name'=>'group_id', 'type' => 'xsd:int'),
 	'name' => array('name'=>'name', 'type' => 'xsd:string'),
 	'description' => array('name'=>'description', 'type' => 'xsd:string'),
-	'is_public' => array('name'=>'is_public', 'type' => 'xsd:int'),
-	'allow_anon' => array('name'=>'allow_anon', 'type' => 'xsd:int'),
 	'due_period' => array('name'=>'due_period', 'type' => 'xsd:int'),
 	'datatype' => array('name'=>'datatype', 'type' => 'xsd:int'),
 	'status_timeout' => array('name'=>'status_timeout', 'type' => 'xsd:int'),

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

Summary of changes:
 src/www/soap/tracker/tracker.php | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list