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
d733399f
Commit
d733399f
authored
Sep 02, 2000
by
dave%intrec.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 46913: xml.cgi produces SQL error when accessed while not
logged in yet. Thanks to luke_harless@attglobal.net for discovering this one.
parent
3a93ee47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Bug.pm
Bug.pm
+1
-0
Bug.pm
Bugzilla/Bug.pm
+1
-0
No files found.
Bug.pm
View file @
d733399f
...
...
@@ -101,6 +101,7 @@ sub initBug {
$self
->
{
'whoid'
}
=
$user_id
;
&::
SendSQL
(
"SELECT groupset FROM profiles WHERE userid=$self->{'whoid'}"
);
my
$usergroupset
=
&::
FetchOneColumn
();
if
(
!
$usergroupset
)
{
$usergroupset
=
'0'
}
$self
->
{
'usergroupset'
}
=
$usergroupset
;
my
$query
=
"
...
...
Bugzilla/Bug.pm
View file @
d733399f
...
...
@@ -101,6 +101,7 @@ sub initBug {
$self
->
{
'whoid'
}
=
$user_id
;
&::
SendSQL
(
"SELECT groupset FROM profiles WHERE userid=$self->{'whoid'}"
);
my
$usergroupset
=
&::
FetchOneColumn
();
if
(
!
$usergroupset
)
{
$usergroupset
=
'0'
}
$self
->
{
'usergroupset'
}
=
$usergroupset
;
my
$query
=
"
...
...
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