From 6a05b2d3531156cc7ee4e974ac62fb75425fdcd0 Mon Sep 17 00:00:00 2001 From: lace <> Date: Wed, 15 Feb 2006 11:09:57 +0000 Subject: [PATCH] Cease the DriverSurvey link completely. --- project/captive/Index.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/captive/Index.pm b/project/captive/Index.pm index 48580e8..96bb1ae 100755 --- a/project/captive/Index.pm +++ b/project/captive/Index.pm @@ -86,9 +86,10 @@ my $W=project::Lib->init( my $version="1.1.7"; my $revision="0"; +my $survey_enable=0; # Temporarily forced, enough data so far. + Wrequire 'project::captive::DriverSurvey'; -my $survey_want=1; -$survey_want=0; # Temporarily forced, enough data so far. +my $survey_want=$survey_enable; $survey_want=0 if $W->{"args"}{"file"}; $survey_want=0 if project::captive::DriverSurvey::cookie(); @@ -132,7 +133,7 @@ print <<"HERE"; HERE -if (!$survey_want) { +if ($survey_enable && !$survey_want) { print <<"HERE";

@{[ a_href 'DriverSurvey.pm','Linux Drivers Availability survey' ]} link - if you already answered before.

-- 1.8.3.1