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
3cdefc41
Commit
3cdefc41
authored
Mar 03, 2001
by
tara%tequilarista.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backing out Gerv's brainspasm for him
parent
bba2e46c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
duplicates.cgi
duplicates.cgi
+2
-2
No files found.
duplicates.cgi
View file @
3cdefc41
...
...
@@ -62,7 +62,7 @@ else
}
# Check for changedsince param, and see if it's a positive integer
if
(
defined
(
param
(
"changedsince"
))
&&
param
(
"changedsince"
)
=~
/^\d{1
-
4}$/
)
if
(
defined
(
param
(
"changedsince"
))
&&
param
(
"changedsince"
)
=~
/^\d{1
,
4}$/
)
{
$changedsince
=
param
(
"changedsince"
);
}
...
...
@@ -75,7 +75,7 @@ else
$before
=
&
days_ago
(
$changedsince
);
# check for max rows parameter
if
(
defined
(
param
(
"maxrows"
))
&&
param
(
"maxrows"
)
=~
/^\d{1
-
4}$/
)
if
(
defined
(
param
(
"maxrows"
))
&&
param
(
"maxrows"
)
=~
/^\d{1
,
4}$/
)
{
$maxrows
=
param
(
"maxrows"
);
}
...
...
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