From 2de4c68c208a0341745d5a3c8d7ccdfe32824849 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 30 Jan 2014 10:49:46 +0100 Subject: [PATCH] This is not necessary. There is no r() function, just a Horde_Translation::r() method. --- horde/lib/core.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/horde/lib/core.php b/horde/lib/core.php index cec7ebfb401..0d172866310 100644 --- a/horde/lib/core.php +++ b/horde/lib/core.php @@ -29,13 +29,6 @@ exit('Register globals is enabled. Exiting.'); } -/* Translation: Horde uses r() to allow a string to be identified as a - * translatable string to the gettext extraction script, but no translation - * is done. */ -if (!function_exists('r')) { - function r($msg) { return $msg; } -} - $dirname = __DIR__; if (!defined('HORDE_BASE')) {