Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
captcha
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
captcha
Commits
a8035238
Commit
a8035238
authored
Mar 13, 2007
by
wundo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code cleanup
parent
ffe6fb89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
captcha.module
captcha.module
+0
-2
No files found.
captcha.module
View file @
a8035238
...
...
@@ -42,7 +42,6 @@ function captcha_menu($may_cache) {
'path'
=>
'admin/settings/captcha/points'
,
'title'
=>
t
(
'Captcha Points'
),
'description'
=>
t
(
'Administer in what forms Captchas are applied.'
),
// 'callback' => 'captcha_admin_points',
'callback'
=>
'drupal_get_form'
,
'callback arguments'
=>
array
(
'captcha_admin_points'
),
'access'
=>
user_access
(
'administer site configuration'
),
...
...
@@ -259,7 +258,6 @@ function captcha_captcha() {
'#description'
=>
t
(
'Please solve the math problem above and type in the result. e.g. for 1+1, type 2.'
),
'#weight'
=>
0
,
'#required'
=>
TRUE
,
// '#validate' => array('_captcha_validate' => array()),
);
}
return
$result
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment