$row['id'], 'width' => $row['high_width'], 'height' => $row['high_height'], 'filesize' => $row['high_filesize'], ) ); } } if (count($updates) > 0) { mass_updates( IMAGES_TABLE, array( 'primary' => array('id'), 'update' => array('width', 'height', 'filesize'), ), $updates ); } echo "\n" . $upgrade_description.sprintf(' (execution in %.3fs)', (get_moment() - $starttime)) ."\n" ; ?>