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
9aa14da4
Commit
9aa14da4
authored
Mar 10, 2009
by
Dries Buytaert
Browse files
- Patch
#331013
by drewish: documentation clean-up.
parent
0bbc3bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.api.php
View file @
9aa14da4
...
...
@@ -1222,21 +1222,6 @@ function hook_file_delete($file) {
db_delete
(
'upload'
)
->
condition
(
'fid'
,
$file
->
fid
)
->
execute
();
}
/**
* Respond to a file that has changed status.
*
* The typical change in status is from temporary to permanent.
*
* @param $file
* The file being changed.
* @return
* None.
*
* @see hook_file_status()
*/
function
hook_file_status
(
$file
)
{
}
/**
* Control access to private file downloads and specify HTTP headers.
*
...
...
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