aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-16 22:26:27 +0100
committerNils Adermann <naderman@naderman.de>2011-01-16 22:26:27 +0100
commitcde423591e90e58361b17f29f6841887573a0fa8 (patch)
tree226ac5c83f799e47644d9f11ea7d43c4ddab9ec6 /phpBB/includes/functions.php
parent656f18d3af1168b15648e77005345698c3a507b5 (diff)
parentba5c7d8e63d97650989c2866c20c11f16f4c1128 (diff)
downloadforums-cde423591e90e58361b17f29f6841887573a0fa8.tar
forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.gz
forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.bz2
forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.xz
forums-cde423591e90e58361b17f29f6841887573a0fa8.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9859] Remove the years from the copyright statements in docs files. [ticket/9859] Remove the year from the copyright meta tag in docs/*.html [ticket/9859] Remove the meta copyright tag as well. [ticket/9859] Remove the credit line comment from all html files. [ticket/9859] Remove years in credit line from some more files.
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index cbd39891c9..06de40a764 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3821,7 +3821,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
echo ' </div>';
echo ' </div>';
echo ' <div id="page-footer">';
- echo ' Powered by phpBB &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>';
+ echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group';
echo ' </div>';
echo '</div>';
echo '</body>';