X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fngettext.php;h=a2b548110d05f7c3ab933480e1a85ee7a19c16ec;hb=5fe7d6831d601d0bdb88d5a117736b1e986dcd07;hp=4b2bf320d6afcb4949b4ea18e469469a9e40bba5;hpb=4b4abf93a9624311afef0c385023724ee46a2b60;p=squirrelmail.git diff --git a/functions/ngettext.php b/functions/ngettext.php index 4b2bf320..a2b54811 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-2005 The SquirrelMail Project Team + * @copyright © 2004-2009 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