(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 <[email protected]>
Authored: Fri May 23 14:12:27 2014 -0400
Committer: marpierc <[email protected]>
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.';
                  }
 }
 

Reply via email to