Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Modules
Context
Commits
8e95eb4d
Commit
8e95eb4d
authored
15 years ago
by
young hahn
Browse files
Options
Download
Email Patches
Plain Diff
#710392 by Will White: Bad call time pass by ref.
parent
2380d0ed
kd
7.x-3.x
7.x-3.0-beta6
7.x-3.0-beta5
7.x-3.0-beta4
7.x-3.0-beta3
7.x-3.0-beta2
7.x-3.0-beta1
7.x-3.0-alpha3
7.x-3.0-alpha2
7.x-3.0-alpha1
6.x-3.0
6.x-3.0-rc2
6.x-3.0-rc1
6.x-3.0-beta8
6.x-3.0-beta7
6.x-3.0-beta6
6.x-3.0-beta5
6.x-3.0-beta4
6.x-3.0-beta3
6.x-3.0-beta2
6.x-3.0-beta1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
context.install
+1
-1
context.install
with
1 addition
and
1 deletion
+1
-1
context.install
View file @
8e95eb4d
...
...
@@ -264,7 +264,7 @@ function context_update_6303() {
'type'
=>
'int'
,
'default'
=>
0
,
);
db_add_field
(
&
$ret
,
'context'
,
'condition_mode'
,
$spec
);
db_add_field
(
$ret
,
'context'
,
'condition_mode'
,
$spec
);
return
$ret
;
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help