From 2a703b40550129c668e7781aaa1a25612fd42902 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 16 Jan 2011 17:27:08 +0100 Subject: [PATCH 1/5] [ticket/9859] Remove years in credit line from some more files. Standard HTML output now includes: Powered by phpBB © phpBB Group Print output now includes: Powered by phpBB © phpBB Group
http://www.phpbb.com/ This also fixes an inconsistency where "phpBB Group" was linked instead of "phpBB". PHPBB3-9859 --- phpBB/adm/style/install_footer.html | 2 +- phpBB/adm/style/overall_footer.html | 2 +- phpBB/adm/style/simple_footer.html | 2 +- phpBB/develop/create_variable_overview.php | 2 +- phpBB/includes/db/dbal.php | 2 +- phpBB/includes/functions.php | 2 +- phpBB/install/database_update.php | 2 +- phpBB/install/index.php | 2 +- phpBB/styles/prosilver/template/simple_footer.html | 2 +- phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html | 2 +- phpBB/styles/prosilver/template/viewtopic_print.html | 2 +- phpBB/styles/subsilver2/template/simple_footer.html | 2 +- phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html | 2 +- phpBB/styles/subsilver2/template/viewtopic_print.html | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/phpBB/adm/style/install_footer.html b/phpBB/adm/style/install_footer.html index 4df43eaaa0..20fca423bf 100644 --- a/phpBB/adm/style/install_footer.html +++ b/phpBB/adm/style/install_footer.html @@ -19,7 +19,7 @@ // --> diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 8af299ad57..ac9e826dd8 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -20,7 +20,7 @@ diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 69be1627cf..5def593bd6 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3834,7 +3834,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline) echo ' '; echo ' '; echo ' '; echo ''; echo ''; diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index 10308826e0..25b50c724e 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -511,7 +511,7 @@ function _print_footer() diff --git a/phpBB/install/index.php b/phpBB/install/index.php index eb51ca5fb2..49c99da0d7 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -652,7 +652,7 @@ class module echo ' '; echo ' '; echo ' '; echo ''; echo ''; diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html index e64e209368..2d7ed97fe9 100644 --- a/phpBB/styles/prosilver/template/simple_footer.html +++ b/phpBB/styles/prosilver/template/simple_footer.html @@ -10,7 +10,7 @@ The phpBB Group : 2006 //--> - diff --git a/phpBB/styles/subsilver2/template/simple_footer.html b/phpBB/styles/subsilver2/template/simple_footer.html index c8b69dd5ad..11ea83e729 100644 --- a/phpBB/styles/subsilver2/template/simple_footer.html +++ b/phpBB/styles/subsilver2/template/simple_footer.html @@ -13,7 +13,7 @@ //-->
- Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group + Powered by phpBB © phpBB Group
diff --git a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html index f1c59df1c8..5ade7e5fc2 100644 --- a/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html +++ b/phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html @@ -123,7 +123,7 @@ hr.sep { {S_TIMEZONE} - Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/
+ Powered by phpBB © phpBB Group
http://www.phpbb.com/
diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index cfd78b6fc7..43da4620ae 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -137,7 +137,7 @@ hr.sep { {S_TIMEZONE} - Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/
+ Powered by phpBB © phpBB Group
http://www.phpbb.com/
From c617400f95e3dc231f1706f34191c00cdbbc6aea Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 16 Jan 2011 17:36:40 +0100 Subject: [PATCH 2/5] [ticket/9859] Remove the credit line comment from all html files. PHPBB3-9859 --- phpBB/adm/style/install_footer.html | 13 +------------ phpBB/adm/style/overall_footer.html | 13 +------------ phpBB/adm/style/simple_footer.html | 11 ----------- phpBB/styles/prosilver/template/overall_footer.html | 11 ----------- phpBB/styles/prosilver/template/simple_footer.html | 10 ---------- .../template/ucp_pm_viewmessage_print.html | 10 ---------- .../styles/prosilver/template/viewtopic_print.html | 10 ---------- .../styles/subsilver2/template/overall_footer.html | 11 ----------- phpBB/styles/subsilver2/template/simple_footer.html | 11 ----------- .../template/ucp_pm_viewmessage_print.html | 9 --------- .../styles/subsilver2/template/viewtopic_print.html | 9 --------- 11 files changed, 2 insertions(+), 116 deletions(-) diff --git a/phpBB/adm/style/install_footer.html b/phpBB/adm/style/install_footer.html index 20fca423bf..9b5494b8b6 100644 --- a/phpBB/adm/style/install_footer.html +++ b/phpBB/adm/style/install_footer.html @@ -6,18 +6,7 @@ - - - + diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index ac9e826dd8..03ca369562 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -6,18 +6,7 @@ - - - + - - - - -