<i>We try to notify this list when API changes are made in Drupal 7, so
contrib and custom developers have a chance to fix their code before
they have the pain of figuring out why it's broken.<br><br></i>Two API changes to report today. The first probably affects any site or module which makes use of $db_prefix, and the second probably affects nobody:<br>
<ol><li>All handling of <b>database prefixes </b>was changed (<a href="http://drupal.org/node/195416">issue</a>). global $<b>db_prefix has been removed</b>, which affects settings.php in any existing Drupal installation which uses it. Also, any module which uses the APIs surrounding database prefixes (think Table Wizard, Data, Views 3, etc.) then you will be affected and need to study the API changes.</li>
<li>An obscure FAPI change (<a href="http://drupal.org/node/736298">issue</a>): If any contrib module is setting #<b>access=FALSE </b>or #<b>disabled=TRUE </b>of a
clicked button within a #<b>process function </b>it will need to change that into either a proper multi-step form or move
that code into a #pre_render function.</li></ol><br>Thanks,<br>-Randy<br><br>-- <br>Randy Fay<br>Drupal Module and Site Development<br><a href="mailto:randy@randyfay.com">randy@randyfay.com</a><br>+1 970.462.7450<br><br>