Index: branches/REL1_18/phase3/maintenance/rebuildrecentchanges.php |
— | — | @@ -132,7 +132,6 @@ |
133 | 133 | } else { |
134 | 134 | # Grab the entry's text size |
135 | 135 | $size = $dbw->selectField( 'revision', 'rev_len', array( 'rev_id' => $obj->rc_this_oldid ) ); |
136 | | - $size = !is_null( $size ) ? intval( $size ) : 'NULL'; |
137 | 136 | |
138 | 137 | $dbw->update( 'recentchanges', |
139 | 138 | array( |