- Changed '50' to '20' as per Neil's comment in issue 36042 (comment #12).

4.7.x
Dries Buytaert 2005-12-10 08:14:57 +00:00
parent efaf4d23bb
commit cf5dc8b87d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {