--- taxonomy_manager.module.orig	2007-11-21 05:02:01.000000000 -0500
+++ taxonomy_manager.module	2007-11-25 10:01:01.000000000 -0500
@@ -552,7 +552,7 @@ function taxonomy_manager_update_term_da
   $GLOBALS['devel_shutdown'] = FALSE; //prevent devel queries footprint
   
   $form = taxonomy_manager_form_term_data($tid);
-  $form = form_builder('taxonomy_manager_form', $form);
+  drupal_prepare_form('taxonomy_manager_form', $form);
   $output = drupal_render($form);
   
   print $output;
