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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
4b366f54
Commit
4b366f54
authored
Mar 31, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 133210 - typo in checksetup; uses $::params instead of $::param
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, zach
parent
f317e221
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
checksetup.pl
checksetup.pl
+3
-3
No files found.
checksetup.pl
View file @
4b366f54
...
@@ -1621,9 +1621,9 @@ if ($sth->rows == 0) {
...
@@ -1621,9 +1621,9 @@ if ($sth->rows == 0) {
if
(
-
e
"data/params"
)
{
if
(
-
e
"data/params"
)
{
require
"data/params"
;
# if they have a params file, use that
require
"data/params"
;
# if they have a params file, use that
}
}
if
(
$::param
s
{
emailregexp
})
{
if
(
$::param
{
emailregexp
})
{
$mailcheckexp
=
$::param
s
{
emailregexp
};
$mailcheckexp
=
$::param
{
emailregexp
};
$mailcheck
=
$::param
s
{
emailregexpdesc
};
$mailcheck
=
$::param
{
emailregexpdesc
};
}
else
{
}
else
{
$mailcheckexp
=
'^[^@]+@[^@]+\\.[^@]+$'
;
$mailcheckexp
=
'^[^@]+@[^@]+\\.[^@]+$'
;
$mailcheck
=
'A legal address must contain exactly one \'@\',
$mailcheck
=
'A legal address must contain exactly one \'@\',
...
...
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