2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$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){
// The description for an update comes from its Doxygen.
'#item'=>'<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.',
'#prefix'=>'<div class="warning">',
'#suffix'=>'</div>',
);
continue;
}
$updates=drupal_map_assoc($updates);
foreach(array_keys($updates)as$update){
if($update>$schema_version){
// The description for an update comes from its Doxygen.