summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-03-10 00:38:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-03-10 00:38:23 +0000
commit1ebe9f62f4e11d34e76714c11f257a9285029419 (patch)
tree145317efbcbf339f95d6249e09d37ebdc22a7bfc /usr
parentbcf54a4f3b50286399392a723fe47dfb48688794 (diff)
downloadpfsense-1ebe9f62f4e11d34e76714c11f257a9285029419.zip
pfsense-1ebe9f62f4e11d34e76714c11f257a9285029419.tar.gz
Do not redeclare gettext
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/pkg_edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index 5a5ffdf..a2a2442 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -31,7 +31,6 @@ require_once("guiconfig.inc");
require_once("pkg-utils.inc");
/* dummy stubs needed by some code that was MFC'd */
-function gettext($text) { return $text; }
function pfSenseHeader($location) { header("Location: $location"); }
function gentitle_pkg($pgname) {
@@ -733,4 +732,4 @@ function parse_package_templates() {
}
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud