aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-04-26 19:35:49 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-04-26 19:35:49 +0200
commit569a4b2091ee9750b72f517189bac725fa166465 (patch)
tree4a71b762df66eee428ce36ca5f026014442d940d
parent8a97722464c1aa99f56c71abebc68b9565fdd29d (diff)
parent682814180c647c363c83ef09c66b2b97bda1eac4 (diff)
downloadforums-569a4b2091ee9750b72f517189bac725fa166465.tar
forums-569a4b2091ee9750b72f517189bac725fa166465.tar.gz
forums-569a4b2091ee9750b72f517189bac725fa166465.tar.bz2
forums-569a4b2091ee9750b72f517189bac725fa166465.tar.xz
forums-569a4b2091ee9750b72f517189bac725fa166465.zip
Merge remote branch 'p/ticket/7941' into develop-olympus
* p/ticket/7941: [ticket/7941] Added @return to generate_board_url docstring.
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 585e23b2ee..b8ea80ad4a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2253,7 +2253,10 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false)
/**
* Generate board url (example: http://www.example.com/phpBB)
+*
* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.example.com)
+*
+* @return string the generated board url
*/
function generate_board_url($without_script_path = false)
{