@@ -532,7 +587,7 @@ function update_get_update_list() {
$ret[$module]['warning']='<em>'.$module.'</em> module can not be updated. Its schema version is '.$schema_version.'. Updates up to and including '.$last_removed.' have been removed in this release. In order to update <em>'.$module.'</em> module, you will first <a href="http://drupal.org/upgrade">need to upgrade</a> to the last version in which these updates were available.';
continue;
}
$updates=drupal_map_assoc($updates);
foreach(array_keys($updates)as$update){
if($update>$schema_version){
...
...
@@ -550,7 +605,7 @@ function update_get_update_list() {