diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-03-10 00:39:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-03-10 00:39:40 +0000 |
commit | df02c7292c269d1bdb11e1af1a893ca147a058f7 (patch) | |
tree | 53b8f5440cbcf5fd2a8a6792ecf5c7834733131a /usr/local/www/pkg.php | |
parent | 1ebe9f62f4e11d34e76714c11f257a9285029419 (diff) | |
download | pfsense-df02c7292c269d1bdb11e1af1a893ca147a058f7.zip pfsense-df02c7292c269d1bdb11e1af1a893ca147a058f7.tar.gz |
Do not redeckare gettext
Diffstat (limited to 'usr/local/www/pkg.php')
-rwxr-xr-x | usr/local/www/pkg.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/pkg.php b/usr/local/www/pkg.php index cdcd431..1329e5b 100755 --- a/usr/local/www/pkg.php +++ b/usr/local/www/pkg.php @@ -30,10 +30,6 @@ require_once("guiconfig.inc"); require_once("pkg-utils.inc"); -function gettext($text) { - return $text; -} - function gentitle_pkg($pgname) { global $config; return $config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pgname; |