--- upload_image.module.orig	2007-01-04 10:28:13.000000000 -0600
+++ upload_image.module	2007-01-13 07:20:19.000000000 -0600
@@ -154,6 +154,7 @@ function upload_image_save($node) {
           $image->uid = $user->uid;
           $image->title = $node->title .' ('. $file->filename .')';
           $image->date = format_date(strtotime('now'));
+          $image->taxonomy = $node->taxonomy;
           $node_options = variable_get('node_options_image', array('status', 'promote'));
           foreach (array('status', 'moderate', 'promote', 'sticky', 'revision') as $key) {
             $image->$key = in_array($key, $node_options);
