Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
9a2f20f4
Commit
9a2f20f4
authored
Apr 24, 2014
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some syntax errors left by bug 489028
parent
e000e514
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
REST.pm
Bugzilla/WebService/Server/REST.pm
+1
-1
admin.html.tmpl
template/en/default/admin/params/admin.html.tmpl
+2
-2
No files found.
Bugzilla/WebService/Server/REST.pm
View file @
9a2f20f4
...
...
@@ -27,7 +27,7 @@ use Bugzilla::WebService::Server::REST::Resources::Classification;
use
Bugzilla::WebService::Server::REST::Resources::
Group
;
use
Bugzilla::WebService::Server::REST::Resources::
Product
;
use
Bugzilla::WebService::Server::REST::Resources::
User
;
use
Bugzilla::WebService::Server::REST::Resources::
BugUserLastVisit
;
;
use
Bugzilla::WebService::Server::REST::Resources::
BugUserLastVisit
;
use
Scalar::
Util
qw(blessed reftype)
;
use
MIME::
Base64
qw(decode_base64)
;
...
...
template/en/default/admin/params/admin.html.tmpl
View file @
9a2f20f4
...
...
@@ -26,6 +26,6 @@
"So, you have to turn on this option before any such deletions " _
"will ever happen."
last_visit_keep_days => "This option controls how many days Bugzilla will " _
"remember when users visit specific
bugs
."}
last_visit_keep_days => "This option controls how many days
$terms.
Bugzilla will " _
"remember when users visit specific
${terms.bugs}
."}
%]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment