diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-02-26 00:04:04 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-26 00:04:04 +0100 |
commit | df2bdf8153e103826321d7363f9632b461e7589e (patch) | |
tree | 0e3d1eac0db8a7f3943fe7f70da094400aa0c85e /whine.pl | |
parent | Bug 714368: Add Windows 8 detection (diff) | |
download | bugzilla-df2bdf8153e103826321d7363f9632b461e7589e.tar.gz bugzilla-df2bdf8153e103826321d7363f9632b461e7589e.tar.bz2 bugzilla-df2bdf8153e103826321d7363f9632b461e7589e.zip |
Bug 573368: Whine emails should include links to load buglists listed in the email
r/a=LpSolit
Diffstat (limited to 'whine.pl')
-rwxr-xr-x | whine.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -338,6 +338,7 @@ while (my $event = get_next_event) { # - queries array of hashes containing: # - bugs: array of hashes mapping fieldnames to values for this bug # - title: text title given to this query in the whine event +# - name: text name of this query # - schedule_id integer id of the schedule being run # - subject Subject line for the message # - recipient user object for the recipient |