Bug 40933

Debug


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@399 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2009-09-09 12:57:28 +00:00
parent 1e08be7bdc
commit 1f1fa4e3db
2 changed files with 3 additions and 3 deletions

View File

@ -501,7 +501,7 @@ elsif (($cmdtype eq "doit") && defined $cgi->param('remtype')) {
if ($query_name) {
# Make sure this name is not already in use by a normal saved search.
my ($query, $query_id) =
LookupNamedQuery($query_name, undef, QUERY_LIST, !THROW_ERROR);
Bugzilla::Search::LookupNamedQuery($query_name, undef, QUERY_LIST, !THROW_ERROR);
if ($query)
{
ThrowUserError('query_name_exists', { name => $query_name,

View File

@ -46,8 +46,8 @@
"simple_reply" => "Reference the comment number only",
"timezone" => "Timezone used to display dates and times",
"local" => "Same as the server",
"remind_me_about_worktime" => "Remind me about worktime",
"remind_me_about_worktime_newbug" => "Remind me about worktime for new bugs",
"remind_me_about_worktime" => "Remind me to track worktime for each comment",
"remind_me_about_worktime_newbug" => "Remind me to track worktime for new bugs",
"remind_me_about_flags" => "Remind me about flag requests",
"redirect_me_to_my_bugzilla" => "Redirect me to my bugzilla",
}