diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-03-10 16:08:43 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-03-10 16:08:43 +0000 |
commit | 9aa14da49da0b4391f5cafea4fbbfecd5fb78534 (patch) | |
tree | a8d436b4693df69fee3cc0d5973ca64f725a3a30 | |
parent | 0bbc3bfcb30002af4a66511067353991e5c085f4 (diff) | |
download | brdo-9aa14da49da0b4391f5cafea4fbbfecd5fb78534.tar.gz brdo-9aa14da49da0b4391f5cafea4fbbfecd5fb78534.tar.bz2 |
- Patch #331013 by drewish: documentation clean-up.
-rw-r--r-- | modules/system/system.api.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index ab0e5eb07..724a823e5 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1223,21 +1223,6 @@ function hook_file_delete($file) { } /** - * 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. * * This hook allows modules enforce permissions on file downloads when the |