From df02c7292c269d1bdb11e1af1a893ca147a058f7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 10 Mar 2008 00:39:40 +0000 Subject: Do not redeckare gettext --- usr/local/www/pkg.php | 4 ---- 1 file changed, 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; -- cgit v1.1