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
5566f740
Commit
5566f740
authored
Sep 26, 2007
by
Gábor Hojtsy
Browse files
#178890
by Freso: fix parse error introduced in
#124979
parent
be091880
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.install
View file @
5566f740
...
...
@@ -3771,7 +3771,7 @@ function system_update_6032() {
function
system_update_6033
()
{
$ret
=
array
();
if
(
db_table_exists
(
'node_comment_statistics'
))
{
db_change_field
(
$ret
,
'node_comment_statistics'
,
'nid'
,
'nid'
,
array
(
'type'
=>
'int'
,
'unsigned'
=>
TRUE
,
'not null'
=>
TRUE
,
'default'
=>
0
)
db_change_field
(
$ret
,
'node_comment_statistics'
,
'nid'
,
'nid'
,
array
(
'type'
=>
'int'
,
'unsigned'
=>
TRUE
,
'not null'
=>
TRUE
,
'default'
=>
0
)
);
}
return
$ret
;
}
...
...
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