Bug 98751: Make it easier to update a stored query.

r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@159635 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jouni%heikniemi.net
2004-07-22 05:14:14 +00:00
parent c0087b4414
commit e20cf7fbb7
4 changed files with 28 additions and 2 deletions

View File

@@ -902,6 +902,10 @@ if ($dotweak) {
}
}
# If we're editing a stored query, use the existing query name as default for
# the "Remember search as" field.
$vars->{'defaultsavename'} = $cgi->param('query_based_on');
################################################################################
# HTTP Header Generation