Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloudflare-3494779
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
cloudflare-3494779
Commits
0d7f140b
Commit
0d7f140b
authored
13 years ago
by
Brian Stevenson
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1100426
by ju.ri: Remove reference to dpm() function.
parent
c342c352
No related branches found
Branches containing commit
Tags
7.x-1.0-rc3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cloudflare.module
+1
-1
1 addition, 1 deletion
cloudflare.module
with
1 addition
and
1 deletion
cloudflare.module
+
1
−
1
View file @
0d7f140b
...
...
@@ -193,7 +193,7 @@ function _cloudflare_ban_ip($ip) {
* Implementation of hook_form_alter()
*/
function
cloudflare_form_comment_form_alter
(
&
$form
,
$form_state
)
{
dpm
(
$form
);
//
dpm($form);
//dpm($form_state);
// If cloudflare hasn't been configured, don't display form alterations.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment