aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_profile_fields.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-02-14 12:35:57 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-02-14 12:35:57 +0000
commit65ba4fe94e983bb02d61357470141e959d6412b2 (patch)
tree84150dccdeff68601f2049d81d0b01829caa2519 /phpBB/includes/functions_profile_fields.php
parentb33ec670a29299aafca4f591226b57268b6ad615 (diff)
downloadforums-65ba4fe94e983bb02d61357470141e959d6412b2.tar
forums-65ba4fe94e983bb02d61357470141e959d6412b2.tar.gz
forums-65ba4fe94e983bb02d61357470141e959d6412b2.tar.bz2
forums-65ba4fe94e983bb02d61357470141e959d6412b2.tar.xz
forums-65ba4fe94e983bb02d61357470141e959d6412b2.zip
cross-ci
git-svn-id: file:///svn/phpbb/trunk@8382 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_profile_fields.php')
0 files changed, 0 insertions, 0 deletions
16:03:46 +0000 commit91ddeb4704ec0c3755ca2ae16a0f009d81da941a (patch) tree3fd72546486e827cbf4c0dc799534162227b0d59 parent328da54240c1385eacc24c1323b4cbc1ecddb03e (diff)downloaddrakx-91ddeb4704ec0c3755ca2ae16a0f009d81da941a.tar
drakx-91ddeb4704ec0c3755ca2ae16a0f009d81da941a.tar.gz
drakx-91ddeb4704ec0c3755ca2ae16a0f009d81da941a.tar.bz2
drakx-91ddeb4704ec0c3755ca2ae16a0f009d81da941a.tar.xz
drakx-91ddeb4704ec0c3755ca2ae16a0f009d81da941a.zip
fix typo
Diffstat
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 0d516ed3a..b409ba504 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -889,7 +889,7 @@ sub get_mac_generation() {
sub hasSMP() {
return if $::testing;
- any { /NR_CPUS limit of 1 reached/ } syslog() ||
+ (any { /NR_CPUS limit of 1 reached/ } syslog()) ||
any { /\bProcessor #(\d+)\s+(\S*)/ && $1 > 0 && $2 ne 'invalid' } syslog();
}
sub hasPCMCIA() { $::o->{pcmcia} } #- because /proc/pcmcia seems not to be present on 2.4 at least (or use /var/run/stab)