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:57:01 UTC

[22/50] [abbrv] git commit: (Airavata-1260) Making suggested modification.

(Airavata-1260) Making suggested modification.


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

Branch: refs/heads/master
Commit: 25cafc0cd076d66259e288e34fefd557de039944
Parents: 123cf87
Author: marpierc <ma...@iu.edu>
Authored: Fri May 23 14:12:27 2014 -0400
Committer: marpierc <ma...@iu.edu>
Committed: Fri May 23 14:12:27 2014 -0400

----------------------------------------------------------------------
 client-samples/updateProject.php | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/25cafc0c/client-samples/updateProject.php
----------------------------------------------------------------------
diff --git a/client-samples/updateProject.php b/client-samples/updateProject.php
index 18d2b3b..f161313 100644
--- a/client-samples/updateProject.php
+++ b/client-samples/updateProject.php
@@ -56,6 +56,7 @@ try
 					 $project=$airavataclient->getProject($argv[1]);
 					 $project->description = $argv[2];
 					 $airavataclient->updateProject($argv[1], $project);
+					 echo 'Project '.$argv[1] . ' succesfully modified.';
 		  }
 }