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
71befb6c
Commit
71befb6c
authored
Dec 03, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 182946 - fix additional typo noticed on irc by tm
parent
179d6c8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Bug.pm
Bug.pm
+1
-1
Bug.pm
Bugzilla/Bug.pm
+1
-1
No files found.
Bug.pm
View file @
71befb6c
...
@@ -206,7 +206,7 @@ sub initBug {
...
@@ -206,7 +206,7 @@ sub initBug {
'target_type'
=>
'bug'
});
'target_type'
=>
'bug'
});
}
}
$self
->
{
'flag_types'
}
=
$flag_types
;
$self
->
{
'flag_types'
}
=
$flag_types
;
$self
->
{
'any_flags_requestee
a
ble'
}
=
grep
(
$_
->
{
'is_requesteeble'
},
@$flag_types
);
$self
->
{
'any_flags_requesteeble'
}
=
grep
(
$_
->
{
'is_requesteeble'
},
@$flag_types
);
# The number of types of flags that can be set on attachments to this bug
# The number of types of flags that can be set on attachments to this bug
# and the number of flags on those attachments. One of these counts must be
# and the number of flags on those attachments. One of these counts must be
...
...
Bugzilla/Bug.pm
View file @
71befb6c
...
@@ -206,7 +206,7 @@ sub initBug {
...
@@ -206,7 +206,7 @@ sub initBug {
'target_type'
=>
'bug'
});
'target_type'
=>
'bug'
});
}
}
$self
->
{
'flag_types'
}
=
$flag_types
;
$self
->
{
'flag_types'
}
=
$flag_types
;
$self
->
{
'any_flags_requestee
a
ble'
}
=
grep
(
$_
->
{
'is_requesteeble'
},
@$flag_types
);
$self
->
{
'any_flags_requesteeble'
}
=
grep
(
$_
->
{
'is_requesteeble'
},
@$flag_types
);
# The number of types of flags that can be set on attachments to this bug
# The number of types of flags that can be set on attachments to this bug
# and the number of flags on those attachments. One of these counts must be
# and the number of flags on those attachments. One of these counts must be
...
...
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