From 7a3f6bd639a7b556d841de43b295cf7e31c2d5c6 Mon Sep 17 00:00:00 2001 From: pigui Date: Fri, 30 Jan 2009 11:55:10 +0000 Subject: [PATCH] Modification of testclient index for create_group and add_groupmember funtions --- .../rest/testclient/php_curl_rest_client.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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].'

    '; -- 2.39.5