Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduler-3393356
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
scheduler-3393356
Commits
c29404dc
Commit
c29404dc
authored
16 years ago
by
Eric-Alexander Schaefer
Browse files
Options
Downloads
Patches
Plain Diff
#327728
by ericschaefer: registering the validation function is not needed anymore since it is gone
parent
be36224b
No related branches found
Branches containing commit
Tags
8.x-1.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scheduler.module
+0
-3
0 additions, 3 deletions
scheduler.module
with
0 additions
and
3 deletions
scheduler.module
+
0
−
3
View file @
c29404dc
...
...
@@ -88,9 +88,6 @@ function scheduler_form_alter(&$form, $form_state, $form_id) {
// if scheduling has been enabled for this node type
if
(
variable_get
(
'scheduler_'
.
$form
[
'type'
][
'#value'
],
0
)
==
1
)
{
// We add the additional validation function this way to preserve any existing validation function
$form
[
'#validate'
][]
=
'_scheduler_form_validate'
;
//use JScalendar picker for dates if the module exists and is enabled
$jscalendar
=
FALSE
;
if
(
module_exists
(
'jscalendar'
))
{
...
...
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