Repository: airavata-php-gateway Updated Branches: refs/heads/grouper-integration c65d32c2d -> 2c3c19fec
not showing opt input files Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/f9ba34e4 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/f9ba34e4 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/f9ba34e4 Branch: refs/heads/grouper-integration Commit: f9ba34e496e8723970d2616a7f7e7016d4da00d7 Parents: 6ebf242 Author: scnakandala <[email protected]> Authored: Thu Jul 7 15:22:37 2016 -0400 Committer: scnakandala <[email protected]> Committed: Thu Jul 7 15:22:37 2016 -0400 ---------------------------------------------------------------------- app/libraries/ExperimentUtilities.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/f9ba34e4/app/libraries/ExperimentUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php index bdedf21..da58102 100644 --- a/app/libraries/ExperimentUtilities.php +++ b/app/libraries/ExperimentUtilities.php @@ -129,7 +129,8 @@ class ExperimentUtilities } } - echo '<p> Optional File Inputs: ' . $optFilesHtml; + if(strlen($optFilesHtml) > 0) + echo '<p> Optional File Inputs: ' . $optFilesHtml; } }
