diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-21 15:09:52 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-21 15:09:52 +0000 |
commit | ff3843b39e714ef879a91f245ee6170534947503 (patch) | |
tree | 21231ba8af0a60ff6f41a533ee749af6a6e82f37 /phpBB/includes/functions.php | |
parent | 5f4cd5b65c22a35e8ef3005a9025c2a3f579cfaa (diff) | |
download | forums-ff3843b39e714ef879a91f245ee6170534947503.tar forums-ff3843b39e714ef879a91f245ee6170534947503.tar.gz forums-ff3843b39e714ef879a91f245ee6170534947503.tar.bz2 forums-ff3843b39e714ef879a91f245ee6170534947503.tar.xz forums-ff3843b39e714ef879a91f245ee6170534947503.zip |
- make sure the copyright/disclaimer is consistent
- two fixes...
git-svn-id: file:///svn/phpbb/trunk@8061 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d9f8256483..142b1e8ce7 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1957,8 +1957,8 @@ function meta_refresh($time, $url) * @param boolean $check True for checking if confirmed (without any additional parameters) and false for displaying the confirm box * @param string $title Title/Message used for confirm box. * message text is _CONFIRM appended to title. -* If title can not be found in user->lang a default one is displayed -* If title_CONFIRM can not be found in user->lang the text given is used. +* If title cannot be found in user->lang a default one is displayed +* If title_CONFIRM cannot be found in user->lang the text given is used. * @param string $hidden Hidden variables * @param string $html_body Template used for confirm box * @param string $u_action Custom form action |