aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-04-26 19:36:48 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-04-26 19:36:48 +0200
commit9a4e71ac1add8dc2717ff8b5d49ed97450aa2998 (patch)
tree27113026a9aee6295d38d8fc94510f8c4114e622 /phpBB/includes/functions.php
parent8fc748770a9a80a17eb6589f80c85ee78edf7efb (diff)
parent569a4b2091ee9750b72f517189bac725fa166465 (diff)
downloadforums-9a4e71ac1add8dc2717ff8b5d49ed97450aa2998.tar
forums-9a4e71ac1add8dc2717ff8b5d49ed97450aa2998.tar.gz
forums-9a4e71ac1add8dc2717ff8b5d49ed97450aa2998.tar.bz2
forums-9a4e71ac1add8dc2717ff8b5d49ed97450aa2998.tar.xz
forums-9a4e71ac1add8dc2717ff8b5d49ed97450aa2998.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/7941] Added @return to generate_board_url docstring.
Diffstat (limited to 'phpBB/includes/functions.php')
-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 86c6bc2505..63d0f3387a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2025,7 +2025,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)
{