X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fngettext.php;h=85f19a0d9dae5a3df345f1da4306f2a457f6da9a;hp=985cf8752b5a76f1de9deba9dbd80874cf483e77;hb=acb4fcd7e045e250c8028f56ee3d32ef350ed0aa;hpb=47ccfad452e8d345542d09e59112cac317cffed8 diff --git a/functions/ngettext.php b/functions/ngettext.php index 985cf875..85f19a0d 100644 --- a/functions/ngettext.php +++ b/functions/ngettext.php @@ -7,7 +7,7 @@ * * @link http://www.php.net/gettext Original php gettext manual * @link http://savannah.nongnu.org/projects/php-gettext php-gettext classes - * @copyright © 2004-2006 The SquirrelMail Project Team + * @copyright 2004-2016 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -67,4 +67,3 @@ if (! function_exists('dngettext')) { return $l10n[$domain]->ngettext($single, $plural, $number); } } -?> \ No newline at end of file