X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fngettext.php;h=bacd5929734fde89ec43707c27c1445739d89d79;hp=4b2bf320d6afcb4949b4ea18e469469a9e40bba5;hb=6c06cf542841b920e14d961e98dee7a479ac7a08;hpb=4b4abf93a9624311afef0c385023724ee46a2b60 diff --git a/functions/ngettext.php b/functions/ngettext.php index 4b2bf320..bacd5929 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-2007 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