aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension/base.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-04 14:39:36 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-04 14:39:36 +0200
commit6be8841a5732009e28c2362b197e4492c6ea8aa7 (patch)
tree6723c4f0462331e8c3e6b297713d5f633229d542 /phpBB/phpbb/extension/base.php
parent1a42ec64c87e5b67fcb3d8716d9f89e928c365c4 (diff)
parent0d2c8b5961d461913557795e8d99c0fa0be87448 (diff)
downloadforums-6be8841a5732009e28c2362b197e4492c6ea8aa7.tar
forums-6be8841a5732009e28c2362b197e4492c6ea8aa7.tar.gz
forums-6be8841a5732009e28c2362b197e4492c6ea8aa7.tar.bz2
forums-6be8841a5732009e28c2362b197e4492c6ea8aa7.tar.xz
forums-6be8841a5732009e28c2362b197e4492c6ea8aa7.zip
Merge pull request #3590 from rxu/ticket/13814
[ticket/13814] Prevent phpbb_is_writable() method from truncating files
Diffstat (limited to 'phpBB/phpbb/extension/base.php')
0 files changed, 0 insertions, 0 deletions
tr>
authorPascal Rigaux <pixel@mandriva.com>1999-11-03 18:29:54 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-03 18:29:54 +0000
commit05da12f9c8801b36ec0834f5126deb79656790e6 (patch)
tree3076e795b0233ff6010768f76a0671c1a49aadbc /perl-install/interactive_newt.pm
parentd48d8570000ed98e72d8dc7827167741e5142a4f (diff)
downloaddrakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar
drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar.gz
drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar.bz2
drakx-05da12f9c8801b36ec0834f5126deb79656790e6.tar.xz
drakx-05da12f9c8801b36ec0834f5126deb79656790e6.zip
no_comment
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r--perl-install/interactive_newt.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm
index b6d5823a3..254e27eb1 100644
--- a/perl-install/interactive_newt.pm
+++ b/perl-install/interactive_newt.pm
@@ -14,12 +14,6 @@ my $n = Term::Newt->new;
$n->init;
$n->cls;
-#sub ask_from_entryW {
-# my ($o, $title, $messages, $def) = @_;
-# my $w = my_gtk->new($title, %$o);
-# $w->_ask_from_entry(@$messages);
-# $w->main;
-#}
sub ask_from_listW {
my ($o, $title_, $messages, $l, $def) = @_;
my ($title, @okcancel) = ref $title_ ? @$title_ : ($title_, _("Ok"), _("Cancel"));