From b0309fd21bf904a0f7f024b4322e71509be38c42 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 30 Jun 2009 23:22:11 -0400 Subject: [PATCH] these functions don't belong here --- framework/Util/lib/Horde/Util.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/framework/Util/lib/Horde/Util.php b/framework/Util/lib/Horde/Util.php index c0ac678fa..2e8e9c857 100644 --- a/framework/Util/lib/Horde/Util.php +++ b/framework/Util/lib/Horde/Util.php @@ -981,21 +981,3 @@ class Horde_Util } } - -/* Stand-in functions if gettext is not available. */ -if (!function_exists('_')) -{ - function _($string) - { - return $string; - } - - function ngettext($msgid1, $msgid2, $n) - { - return $n > 1 ? $msgid2 : $msgid1; - } - - function bindtextdomain() { } - - function textdomain() { } -} -- 2.11.0