Code

Removed generation of change note from "sendmessage" in roundupdb.py.
[roundup.git] / roundup / templates / extended / detectors / nosyreaction.py
index dc2b84c7efef8f027305f072116e7e31ae445dfb..4643ed99a37eefba41cae70ae4164bb0425b9192 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-#$Id: nosyreaction.py,v 1.7 2001-11-30 11:29:04 rochecompaan Exp $
+#$Id: nosyreaction.py,v 1.8 2001-12-05 14:26:44 rochecompaan Exp $
 
 from roundup import roundupdb
 
@@ -54,7 +54,7 @@ def nosyreaction(db, cl, nodeid, oldvalues):
     # send a copy to the nosy list
     for msgid in messages:
         try:
-            cl.sendmessage(nodeid, msgid, oldvalues)
+            cl.sendmessage(nodeid, msgid)
         except roundupdb.MessageSendError, message:
             raise roundupdb.DetectorError, message
 
@@ -89,6 +89,9 @@ def init(db):
 
 #
 #$Log: not supported by cvs2svn $
+#Revision 1.7  2001/11/30 11:29:04  rochecompaan
+#Property changes are now listed in emails generated by Roundup
+#
 #Revision 1.6  2001/11/26 22:55:56  richard
 #Feature:
 # . Added INSTANCE_NAME to configuration - used in web and email to identify