You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/07/01 00:56:49 UTC

[10/50] [abbrv] git commit: simple comment.

simple comment.


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/59b99063
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/59b99063
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/59b99063

Branch: refs/heads/master
Commit: 59b9906317abab8e7b1131b6a3e57e45af18771d
Parents: 427056b
Author: marie-iub <ma...@gmail.com>
Authored: Thu May 22 09:37:32 2014 -0400
Committer: marie-iub <ma...@gmail.com>
Committed: Thu May 22 09:37:32 2014 -0400

----------------------------------------------------------------------
 client-samples/airavata-client-api-tester.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/59b99063/client-samples/airavata-client-api-tester.php
----------------------------------------------------------------------
diff --git a/client-samples/airavata-client-api-tester.php b/client-samples/airavata-client-api-tester.php
index 1b93c0e..93f6ab4 100755
--- a/client-samples/airavata-client-api-tester.php
+++ b/client-samples/airavata-client-api-tester.php
@@ -209,7 +209,7 @@ try
 	$userExperiments = $airavataclient->getAllUserExperiments($user);
         echo "$user total number of experiments is " . sizeof($userExperiments) . ". \n";
 
-        echo $projId;
+        //echo $projId;
         $projectExperiments = $airavataclient->getAllExperimentsInProject($projId);
         echo "$user number of experiments in $projId is " . sizeof($projectExperiments) . ". \n";	
     }