From 01f5895c96cff7f3f67b3ff119f67de62ce451da Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 31 Mar 2007 23:00:13 +0000 Subject: [PATCH] r1525: Attach &rerun=1 to the URL for saved searches when running them from the "Options" tab --- docs/changes.txt | 1 + templates/userctrl_search.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index e394b3d..c13ca6e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -4,6 +4,7 @@ - Fixed: On PHP4 systems, a "call to member non-object" error would be thrown because the Authentication class does not have a PHP4 constructor - Fixed: In lost password reset emails, the subject would appear as "Array['trackertitle']" because the variable was not enclosed in curly braces - Fixed: On PHP4 systems, a bug in the BugAPI would prevent any data from being saved because PHP4 doesn't support call_user_func() of parent:: selectors +- Change: When clicking the "[Run Search]" link in the "Saved Searches" section of the "Options" tab, force the search to rerun 1.2.0 Beta 2 =============================== diff --git a/templates/userctrl_search.tpl b/templates/userctrl_search.tpl index ed36292..6e96967 100644 --- a/templates/userctrl_search.tpl +++ b/templates/userctrl_search.tpl @@ -1,7 +1,7 @@
$search[name] - [{@"Run Search"}] + [{@"Run Search"}] [{@"Delete"}]
\ No newline at end of file -- 2.22.5