X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fgettext.php;h=8faf07b7282544025e56c8a3cdf221f67fa0395e;hp=f311150e82e1e4e2f6a0002c3abed44e3a215a1d;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=202bcbcc2b67c7c153db1b09b608b62beeba0496 diff --git a/functions/gettext.php b/functions/gettext.php index f311150e..8faf07b7 100644 --- a/functions/gettext.php +++ b/functions/gettext.php @@ -8,7 +8,7 @@ * * @link http://www.php.net/gettext Original php gettext manual * @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @since 1.1.2 @@ -101,4 +101,3 @@ if (! function_exists('dgettext')) { return $l10n[$domain]->translate($str); } } -?> \ No newline at end of file