Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3295058f
Commit
3295058f
authored
Mar 03, 2005
by
Dries Buytaert
Browse files
- Fixed parse error.
parent
7008cd71
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
3295058f
...
...
@@ -2308,7 +2308,9 @@ function update_125() {
function
update_126
()
{
variable_set
(
'forum_block_num_0'
,
variable_get
(
'forum_block_num'
,
5
));
variable_set
(
'forum_block_num_1'
,
variable_get
(
'forum_block_num'
,
5
));
variable_delete
(
'forum_block_num'
);
variable_del
(
'forum_block_num'
);
return
array
();
}
function
update_sql
(
$sql
)
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment