Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
4d2efdcd
Commit
4d2efdcd
authored
Oct 16, 2006
by
Leigh B. Stoller
Browse files
Another minor regex change.
parent
a8efbae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bugdb/bugdbgateway.in
View file @
4d2efdcd
...
...
@@ -153,8 +153,8 @@ else {
fatal
(
$EX_DATAERR
,
"
Cannot parse User:
"
.
$objects
[
0
]
->
user
());
}
if
(
$headers
->
{"
Subject
"}[
0
]
=~
/ FS\#(\d*) comment /
||
$headers
->
{"
Subject
"}[
0
]
=~
/ FS\#(\d*) .* opened$/
)
{
if
(
$headers
->
{"
Subject
"}[
0
]
=~
/ FS\#(\d*) comment /
s
||
$headers
->
{"
Subject
"}[
0
]
=~
/ FS\#(\d*) .* opened$/
s
)
{
$fsid
=
$
1
;
}
else
{
...
...
Write
Preview
Supports
Markdown
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