From: Magnus Manske Date: Fri, 5 Aug 2005 06:34:01 +0000 (+0000) Subject: removed I-am-sure checkbox X-Git-Tag: 1.6.0~2063 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=c3bf50bff4bc57eef7e3ac9b614bb51632c69fb1;p=lhc%2Fweb%2Fwiklou.git removed I-am-sure checkbox --- diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 1c43c98c56..5107fb0ac3 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -493,7 +493,7 @@ class Validation { global $wgRequest; $this->topicList = $this->getTopicList(); - $iamsure = $wgRequest->getVal( "iamsure", "0" ) == 1; + $iamsure = true ; # Sure by default # $wgRequest->getVal( "iamsure", "0" ) == 1; if( $iamsure && $wgRequest->getVal( "m_add", "--" ) != "--" ) { $new_topic = $wgRequest->getVal( "m_topic" ); @@ -529,8 +529,8 @@ class Validation { $r .= '1 .. ' . "\n"; $r .= '' . "\n"; $r .= "\n"; - $r .= '

'; - $r .= '

\n"; +# $r .= '

'; +# $r .= '

\n"; $r .= "\n"; return $r; }