From 82abcbf856da10c4db1abb9ef12127cb235abf58 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 5 Oct 2007 14:45:34 +0000 Subject: example.com git-svn-id: file:///svn/phpbb/trunk@8148 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 37f510ba8c..b88d1d9e30 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1697,8 +1697,8 @@ function append_sid($url, $params = false, $is_amp = true, $session_id = false) } /** -* Generate board url (example: http://www.foo.bar/phpBB) -* @param bool $without_script_path if set to true the script path gets not appended (example: http://www.foo.bar) +* 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) */ function generate_board_url($without_script_path = false) { -- cgit v1.2.1