--- quotes.module.old	2008-10-03 16:34:25.000000000 +0200
+++ quotes.module.new	2008-10-03 16:35:05.000000000 +0200
@@ -320,8 +320,8 @@ function quotes_insert($node) {
           unset($temp->nid, $temp->vid, $temp->created);
           $temp->body = $quote->body;
           $temp->teaser = $teaser;
-          $temp->quotes_author = $quote->author;
-          $temp->quotes_citation = $quote->citation;
+          $temp->quotes_author = $quote->quotes_author;
+          $temp->quotes_citation = $quote->quotes_citation;
 
           // Okay, let's get it saved.
           node_save($temp);
