Fix for namespace parsing. UWash has a namespace prefix without a delimiter, which...
[squirrelmail.git] / functions / ngettext.php
index 985cf8752b5a76f1de9deba9dbd80874cf483e77..6fad6a6a7a5ada1433ac6e92033c8a121ebff462 100644 (file)
@@ -67,4 +67,3 @@ if (! function_exists('dngettext')) {
         return $l10n[$domain]->ngettext($single, $plural, $number);
     }
 }
-?>
\ No newline at end of file