diff options
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc index b1aa20286..d86fd751d 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1214,7 +1214,7 @@ function system_update_159() { } // FIXME - wrong - allways will be true? (limit was 20) - if (db_num_rows($result) < 50) { + if (db_num_rows($result) < 20) { $ret[] = update_sql('ALTER TABLE {old_revisions} DROP done'); } else { |