Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
85969b05
Commit
85969b05
authored
Mar 25, 2010
by
Dries Buytaert
Browse files
- Patch
#752096
by c960657: remove unused check_file().
parent
48e05803
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
85969b05
...
...
@@ -1173,10 +1173,6 @@ function flood_is_allowed($name, $threshold, $window = 3600, $identifier = NULL)
return
(
$number
<
$threshold
);
}
function
check_file
(
$filename
)
{
return
is_uploaded_file
(
$filename
);
}
/**
* @defgroup sanitization Sanitization functions
* @{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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