You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2019/07/19 14:13:49 UTC

[vcl] 02/13: VCL-1114 - miscellaneous small web updates

This is an automated email from the ASF dual-hosted git repository.

jfthomps pushed a commit to branch VCL-1114_misc_small_web_updates
in repository https://gitbox.apache.org/repos/asf/vcl.git

commit dc88432838570f2cf233986e8a88da41ede6315d
Author: Josh Thompson <jf...@ncsu.edu>
AuthorDate: Tue May 7 13:10:08 2019 -0400

    VCL-1114 - miscellaneous small web updates
    
    help.php: modified getHelpEmail: added argument after function name to header definition
---
 web/.ht-inc/help.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/.ht-inc/help.php b/web/.ht-inc/help.php
index 149bca0..b038d97 100644
--- a/web/.ht-inc/help.php
+++ b/web/.ht-inc/help.php
@@ -285,7 +285,7 @@ function submitHelpForm() {
 
 ////////////////////////////////////////////////////////////////////////////////
 ///
-/// \fn getHelpEmail
+/// \fn getHelpEmail($affil)
 ///
 /// \param $affil - id or name of an affiliation
 ///