aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/utf/data/utf_normalizer_common.php
diff options
context:
space:
mode:
authorgalaxyAbstractor <galaxyAbstractor@gmail.com>2012-04-27 22:19:41 +0200
committergalaxyAbstractor <galaxyAbstractor@gmail.com>2012-04-27 22:19:41 +0200
commit8d45901657801dcbf33ac2936559dbfe2ac373d8 (patch)
tree09dff43ac0af3062059e80808b4b822b7f41f9f3 /phpBB/includes/utf/data/utf_normalizer_common.php
parent3a67604900a5301c133bfb0bf8f2d998306c3827 (diff)
downloadforums-8d45901657801dcbf33ac2936559dbfe2ac373d8.tar
forums-8d45901657801dcbf33ac2936559dbfe2ac373d8.tar.gz
forums-8d45901657801dcbf33ac2936559dbfe2ac373d8.tar.bz2
forums-8d45901657801dcbf33ac2936559dbfe2ac373d8.tar.xz
forums-8d45901657801dcbf33ac2936559dbfe2ac373d8.zip
[ticket/10849] Added missing helptext for listitem
Added the missing helptext for list item in subsilver2. PHPBB3-10849
Diffstat (limited to 'phpBB/includes/utf/data/utf_normalizer_common.php')
0 files changed, 0 insertions, 0 deletions
r>commite078ef76e302ecefc3d337d6a10d9001dac5bf89 (patch) treef7dd800bb6fc28c1db9c43eacc79cc24966b09c1 parentada32f057d55ffc9cc2159c517d92f9034e7b2b5 (diff)downloaddrakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar
drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar.gz
drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar.bz2
drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.tar.xz
drakx-e078ef76e302ecefc3d337d6a10d9001dac5bf89.zip
older partition types (ntfs) are also available to x86_64
Diffstat
-rw-r--r--perl-install/fs/type.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/type.pm b/perl-install/fs/type.pm
index 88d3a6fc3..2caf1d803 100644
--- a/perl-install/fs/type.pm
+++ b/perl-install/fs/type.pm
@@ -71,7 +71,7 @@ if_(arch() =~ /ppc/,
0x06 => 'ufs', 'SunOS stand',
0x07 => 'ufs', 'SunOS var',
0x08 => 'ufs', 'SunOS home',
-), if_(arch() =~ /^i.86/,
+), if_(arch() =~ /^i.86|x86_64/,
0x01 => 'vfat', 'FAT12',
0x02 => '', 'XENIX root',
0x03 => '', 'XENIX usr',