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
c516741d
Commit
c516741d
authored
Apr 08, 2006
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 333195: Cannot post a bug with keywords in it
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
parent
dfa63026
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
post_bug.cgi
post_bug.cgi
+1
-1
No files found.
post_bug.cgi
View file @
c516741d
...
...
@@ -496,7 +496,7 @@ if (UserInGroup("editbugs")) {
if
(
@keywordlist
)
{
# Make sure that we have the correct case for the kw
my
$kw_ids
=
join
(
', '
,
@keywordlist
);
my
$list
=
$dbh
->
selectcol_arrayref
(
q{
my
$list
=
$dbh
->
selectcol_arrayref
(
q
q
{
SELECT name
FROM keyworddefs
WHERE id IN ($kw_ids)}
);
...
...
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