cvs diff: Diffing modules/update
Index: modules/update/update.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/update/update.module,v
retrieving revision 1.32
diff -u -p -r1.32 update.module
--- modules/update/update.module	29 Apr 2009 18:39:50 -0000	1.32
+++ modules/update/update.module	29 Apr 2009 19:14:31 -0000
@@ -293,7 +293,7 @@ function update_cron() {
  *
  * @see _update_cache_clear()
  */
-function update_form_system_themes_alter(&$form, $form_state) {
+function update_form_system_themes_form_alter(&$form, $form_state) {
   $form['#submit'][] = 'update_cache_clear_submit';
 }
 
