diff options
author | myk%mozilla.org <> | 2001-10-13 03:25:55 +0000 |
---|---|---|
committer | myk%mozilla.org <> | 2001-10-13 03:25:55 +0000 |
commit | 9efb4a4102cc96f1f2d3cdfdec3b0158e15b2622 (patch) | |
tree | 604d76da8c893e90736a0386a6665b4b240464fa /query.cgi | |
parent | Backing out Gerv's checkin for bug 71840. Per the bug report, it did not hav... (diff) | |
download | bugzilla-9efb4a4102cc96f1f2d3cdfdec3b0158e15b2622.tar.gz bugzilla-9efb4a4102cc96f1f2d3cdfdec3b0158e15b2622.tar.bz2 bugzilla-9efb4a4102cc96f1f2d3cdfdec3b0158e15b2622.zip |
Fix for bug 91486: Add "changed from" option to the boolean chart.
Patch by Stephen Lee <slee@uk.bnsmc.com>.
r=myk@mozilla.org
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -890,6 +890,7 @@ my @types = ( ["nowords", "none of the words"], ["changedbefore", "changed before"], ["changedafter", "changed after"], + ["changedfrom", "changed from"], ["changedto", "changed to"], ["changedby", "changed by"], ); |