aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/update_email_hash.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-02-02 17:28:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-02-02 17:36:39 +0100
commita166f6f42c1910c7987eef5597341863b2434b32 (patch)
tree5323f007bd9d1118ad742dd6f64fc76ee7e4f923 /phpBB/develop/update_email_hash.php
parent9f59aa59d92c6641308a0c1d51a5d4e41d37b2ec (diff)
downloadforums-a166f6f42c1910c7987eef5597341863b2434b32.tar
forums-a166f6f42c1910c7987eef5597341863b2434b32.tar.gz
forums-a166f6f42c1910c7987eef5597341863b2434b32.tar.bz2
forums-a166f6f42c1910c7987eef5597341863b2434b32.tar.xz
forums-a166f6f42c1910c7987eef5597341863b2434b32.zip
[ticket/13569] Add missing sql_freeresults and remove unneeded results
PHPBB3-13569
Diffstat (limited to 'phpBB/develop/update_email_hash.php')
0 files changed, 0 insertions, 0 deletions
authorPascal Rigaux <pixel@mandriva.com>2001-01-09 12:43:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-01-09 12:43:56 +0000
commite7df17b04c746abfa66ff22f9ace9e6211a716c8 (patch)
tree06d9fe43c0df2accd740040c8c77654d8854e1d6
parent9bcfd2232c79288786d0cae90925edc44508bccb (diff)
downloaddrakx-e7df17b04c746abfa66ff22f9ace9e6211a716c8.tar
drakx-e7df17b04c746abfa66ff22f9ace9e6211a716c8.tar.gz
drakx-e7df17b04c746abfa66ff22f9ace9e6211a716c8.tar.bz2
drakx-e7df17b04c746abfa66ff22f9ace9e6211a716c8.tar.xz
drakx-e7df17b04c746abfa66ff22f9ace9e6211a716c8.zip
(ask_from_entries_refW): focus on cancel button if asked for (with $common->{focus_cancel})
Diffstat
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index 310f88fc6..dc021d3e0 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -348,7 +348,7 @@ sub ask_from_entries_refW {
$mainw->sync; #- for $set_all below (mainly for the set of clist)
$set_all->();
$set_advanced->(0);
- (@widgets ? $widgets[0]{w} : $mainw->{ok})->grab_focus();
+ (@widgets ? $widgets[0]{w} : $common->{focus_cancel} ? $mainw->{cancel} : $mainw->{ok})->grab_focus();
$mainw->main(sub {
$get_all->();