Skip to content

Commit

Permalink
This is not necessary.
Browse files Browse the repository at this point in the history
There is no r() function, just a Horde_Translation::r() method.
  • Loading branch information
yunosh committed Jan 30, 2014
1 parent 7fdf7f1 commit 2de4c68
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions horde/lib/core.php
Expand Up @@ -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')) {
Expand Down

0 comments on commit 2de4c68

Please sign in to comment.