X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fbug_report%2Ffunctions.php;h=e078dfb9999b54c53358b179b7054dd5ff81a84a;hp=30cc2d14e47ae8a14981a8adb68922b4d2b5dc18;hb=786a9741cdff427db9898ce60ab940784240479c;hpb=24afb0e926a7cf0e6a99f8e8e8bf33c678afee1c diff --git a/plugins/bug_report/functions.php b/plugins/bug_report/functions.php index 30cc2d14..e078dfb9 100644 --- a/plugins/bug_report/functions.php +++ b/plugins/bug_report/functions.php @@ -2,7 +2,7 @@ /** * functions for bug_report plugin * - * @copyright © 2004-2006 The SquirrelMail Project Team + * @copyright © 2004-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -80,5 +80,3 @@ function bug_report_check_user() { function bug_report_array_trim(&$value,$key) { $value=trim($value); } - -?> \ No newline at end of file