Add CVE-id's to ChangeLog.
[squirrelmail.git] / functions / ngettext.php
index 16ee62a14447ee04e6983abaf74d09d702363a25..0c7279a0cd23d101be12f2b1f474564577c8a62e 100644 (file)
@@ -33,4 +33,4 @@ function ngettext($single, $plural, $number) {
     if ($l10n[$gettext_domain]->error==1) return $single;
     return $l10n[$gettext_domain]->ngettext($single, $plural, $number);
 }
-?>
+?>
\ No newline at end of file