Project

General

Profile

alertlisting.py.autoapply.diff

auto apply patch - prmarino1-gmail-com -, 06/29/2007 04:12 AM

Download (517 Bytes)

View differences:

./alertlisting.py 2007-06-28 14:25:23.000000000 -0400
1097 1097
        self.dataset["nav.from"] = self.parameters["offset"] + 1
1098 1098
        self.dataset["nav.to"] = self.parameters["offset"] + len(self.dataset["messages"])
1099 1099
        self.dataset["limit"] = self.parameters["limit"]
1100
	self.dataset["auto_apply"] = self.parameters["auto_apply"]
1100 1101
        self.dataset["total"] = total
1101 1102
        self.dataset["correlation_alert_view"] = False
1102 1103