Index: xmlsitemap_node.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module,v
retrieving revision 1.1.2.20
diff -u -r1.1.2.20 xmlsitemap_node.module
--- xmlsitemap_node.module	14 May 2008 01:26:10 -0000	1.1.2.20
+++ xmlsitemap_node.module	14 May 2008 20:11:32 -0000
@@ -316,7 +316,7 @@
 /**
  * Implementation of hook_comment().
  */
-function xmlsitemap_node_comment($op, $comment) {
+function xmlsitemap_node_comment($comment, $op) {
   $comment = (object) $comment;
   switch ($op) {
     case 'insert':
