From: pigui Date: Fri, 30 Jan 2009 11:55:10 +0000 (+0000) Subject: Modification of testclient index for create_group and add_groupmember funtions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7a3f6bd639a7b556d841de43b295cf7e31c2d5c6;p=moodle.git Modification of testclient index for create_group and add_groupmember funtions --- diff --git a/webservice/rest/testclient/php_curl_rest_client.php b/webservice/rest/testclient/php_curl_rest_client.php index 7a3a767e92..29c024a536 100644 --- a/webservice/rest/testclient/php_curl_rest_client.php +++ b/webservice/rest/testclient/php_curl_rest_client.php @@ -1,26 +1,35 @@ '; foreach ($links as $link) { - echo '
  • '.$link[1].'
  • '; + if (sizeof($link)==2){ + echo '
  • '.$link[1].'
  • '; + } else { + echo '

    '.$link[0].'

    ';