aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/method/base.php
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2018-07-07 21:25:29 +0200
committerkasimi <mail@kasimi.net>2018-07-07 21:25:43 +0200
commit245f4df47c0d33ef8fe83bc5fd049a1afda79bb1 (patch)
tree00b15691c7118f20bc9f72c03b8d9f9471996b1e /phpBB/phpbb/notification/method/base.php
parent517c601482b9400a6b6d72c04791c534e0170622 (diff)
downloadforums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar.gz
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar.bz2
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar.xz
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.zip
[ticket/15637] Preserve line breaks in event descriptions
PHPBB3-15637
Diffstat (limited to 'phpBB/phpbb/notification/method/base.php')
0 files changed, 0 insertions, 0 deletions
.com>2002-11-06 22:52:57 +0000 commit8cb21146557a468e517db3123d481e5715971c7a (patch) tree757b85c18f3a46f1ce331891e7f7aaf98a8b6702 /perl-install/install_steps_gtk.pm parentd3271db5a1609ee14b6f3a57aed7925644a5dabe (diff)downloaddrakx-backup-do-not-use-8cb21146557a468e517db3123d481e5715971c7a.tar
drakx-backup-do-not-use-8cb21146557a468e517db3123d481e5715971c7a.tar.gz
drakx-backup-do-not-use-8cb21146557a468e517db3123d481e5715971c7a.tar.bz2
drakx-backup-do-not-use-8cb21146557a468e517db3123d481e5715971c7a.tar.xz
drakx-backup-do-not-use-8cb21146557a468e517db3123d481e5715971c7a.zip
- have "local *FILEHANDLE" before each "open FILEHANDLE, ..."
- use some "cat_" and "output" where possible
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index d0ba9cb74..bfd5d7dfd 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -39,9 +39,8 @@ sub new($$) {
install_gtk::createXconf($f, @{$o->{mouse}}{"XMOUSETYPE", "device"}, $o->{mouse}{wacom}[0]);
devices::make("/dev/kbd");
- local (*T1, *T2);
- open T1, ">/dev/tty5";
- open T2, ">/dev/tty6";
+ local *T1; open T1, ">/dev/tty5";
+ local *T2; open T2, ">/dev/tty6";
my $launchX = sub {
my $ok = 1;