Index: acidfree.module
===================================================================
--- acidfree.module	(revision 215)
+++ acidfree.module	(working copy)
@@ -1004,7 +1004,6 @@
             '#value' => $node->class,
         );
     // parent
-    $parent_output = '';
     if ($node->nid != acidfree_get_root()) {
         $path = _acidfree_get_path();
         if ($path[0] == 'node' && $path[1] == 'add'
@@ -1026,9 +1025,6 @@
             $form['parent'] = _acidfree_parent_select(t('Parent albums'), $node->parent,
                 l(t('Parent albums'), 'admin/help/acidfree', NULL, NULL, 'parent') .'.', 1, $exclude);
         }
-    }
-    if ($parent_output) {
-        $output .= $parent_output;
     } else {
         $form['parent'] = array(
                 '#type' => 'hidden',
