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
cf5dc8b8
Commit
cf5dc8b8
authored
Dec 10, 2005
by
Dries Buytaert
Browse files
- Changed '50' to '20' as per Neil's comment in issue 36042 (comment
#12
).
parent
efaf4d23
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
cf5dc8b8
...
...
@@ -1214,7 +1214,7 @@ function system_update_159() {
}
// FIXME - wrong - allways will be true? (limit was 20)
if
(
db_num_rows
(
$result
)
<
5
0
)
{
if
(
db_num_rows
(
$result
)
<
2
0
)
{
$ret
[]
=
update_sql
(
'ALTER TABLE {old_revisions} DROP done'
);
}
else
{
...
...
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