aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/viewtopic_body.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-14 13:58:17 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-14 13:58:17 +0100
commitbdce7abc846a4afc5f0e7bb45e1e2597c3feb909 (patch)
tree41c98b046072cd6277e66f4818491b6bc6212740 /phpBB/styles/subsilver2/template/viewtopic_body.html
parent943e4e35eef80b9ebe689e6b1933a405575962c3 (diff)
parent4333401a279ec3eeee67276f3ea4562674e6a57d (diff)
downloadforums-bdce7abc846a4afc5f0e7bb45e1e2597c3feb909.tar
forums-bdce7abc846a4afc5f0e7bb45e1e2597c3feb909.tar.gz
forums-bdce7abc846a4afc5f0e7bb45e1e2597c3feb909.tar.bz2
forums-bdce7abc846a4afc5f0e7bb45e1e2597c3feb909.tar.xz
forums-bdce7abc846a4afc5f0e7bb45e1e2597c3feb909.zip
Merge remote-tracking branch 'marcosbc/ticket/12247' into develop-olympus
* marcosbc/ticket/12247: [ticket/12247] Makes static usernames work [ticket/12247] Add ['username'] to mcp_queue.php's user_notification()
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewtopic_body.html')
0 files changed, 0 insertions, 0 deletions
aff4e56b26ec68a6a4677543d40555f776db028 (patch) treeea66e65f624cf937899c6aa2d1f03c2d15cb99c8 /perl-install/detect_devices.pm parent2ecdde6b60c0214d641f41f251b9098068ec7430 (diff)downloaddrakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar.gz
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar.bz2
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.tar.xz
drakx-eaff4e56b26ec68a6a4677543d40555f776db028.zip
(pcmcia_controller_probe) move some harddrake code there
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index d293ba47a..c0a07f0c3 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -699,6 +699,12 @@ sub firewire_probe() {
@l;
}
+sub pcmcia_controller_probe() {
+ require list_modules;
+ my @modules = list_modules::category2modules('bus/pcmcia');
+ grep { member($_->{driver}, @modules) } probeall();
+}
+
sub real_pcmcia_probe() {
return if $::testing;