summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdrakwizard.pl13
1 files changed, 6 insertions, 7 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 91c8a5cc..fd16340a 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -28,7 +28,6 @@ use interactive;
use MDK::Common::Func;
use common;
-
#- I18N.
push @::textdomains, 'drakwizard';
@@ -85,12 +84,12 @@ else {
$in->exit;
-sub _ {
- my ($format, @params) = @_;
-
- !$format and return;
- sprintf(Locale::gettext::gettext($format), @params);
-}
+#sub _ {
+# my ($format, @params) = @_;
+#
+# !$format and return;
+# sprintf(Locale::gettext::gettext($format), @params);}
+#}
sub member { my $e = shift; foreach (@_) { $e eq $_ and return 1 } 0 }