From 3df853b308025fd57bae9e9b364b51cde139fd1f Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Thu, 21 Jan 2016 09:29:50 +0100 Subject: [PATCH] Minor format code --- main/webservices/registration.soap.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/webservices/registration.soap.php b/main/webservices/registration.soap.php index 6922ebc3e4..ecd40dc56f 100755 --- a/main/webservices/registration.soap.php +++ b/main/webservices/registration.soap.php @@ -1007,10 +1007,10 @@ $server->wsdl->addComplexType( 'all', '', array( - 'userId' => array('name' => 'course', 'type' => 'xsd:string'), // Chamilo user Id - 'sessionId' => array('name' => 'user_id', 'type' => 'xsd:string'), // Current Session course ID - 'courseId' =>array('name' => 'courseId', 'type' => 'xsd:string'), // Course Real Id - 'secret_key' => array('name' => 'secret_key', 'type' => 'xsd:string') + 'userId' => array('name' => 'course', 'type' => 'xsd:string'), // Chamilo user Id + 'sessionId' => array('name' => 'user_id', 'type' => 'xsd:string'), // Current Session course ID + 'courseId' =>array('name' => 'courseId', 'type' => 'xsd:string'), // Course Real Id + 'secret_key' => array('name' => 'secret_key', 'type' => 'xsd:string') ) ); @@ -1031,7 +1031,7 @@ $server->register( * @param array $params - WSFunction parameters (include VerifyKey) * @return bool|null|soap_fault A simple boolean (true if teacher successful subscribed, false otherwise) */ -function WSSubscribeTeacherToSessionCourse($params) + function WSSubscribeTeacherToSessionCourse($params) { global $debug;