summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorKlap-in <klapinklapin@gmail.com>2013-05-21 12:41:02 +0200
committerKlap-in <klapinklapin@gmail.com>2013-05-21 12:41:02 +0200
commitf481fb8c448406f875dbf08e2aaa94a59e3b0f93 (patch)
treecbadc1c70d98de5905182076031e5e46a3408848 /inc
parent0a2029172f535e4dfa258b8fe96e457c865cf18d (diff)
downloadrpg-f481fb8c448406f875dbf08e2aaa94a59e3b0f93.tar.gz
rpg-f481fb8c448406f875dbf08e2aaa94a59e3b0f93.tar.bz2
Update phpdocs of checkFileStatus
Diffstat (limited to 'inc')
-rw-r--r--inc/fetch.functions.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/inc/fetch.functions.php b/inc/fetch.functions.php
index b85a1284f..56ca75465 100644
--- a/inc/fetch.functions.php
+++ b/inc/fetch.functions.php
@@ -89,9 +89,12 @@ function sendFile($file, $mime, $dl, $cache, $public = false) {
* WRITE: MEDIA, FILE, array( STATUS, STATUSMESSAGE )
*
* @author Gerry Weissbach <gerry.w@gammaproduction.de>
- * @param $media reference to the media id
- * @param $file reference to the file variable
- * @returns array(STATUS, STATUSMESSAGE)
+ * @param string $media reference to the media id
+ * @param string $file reference to the file variable
+ * @param string $rev
+ * @param int $width
+ * @param int $height
+ * @return array(STATUS, STATUSMESSAGE)
*/
function checkFileStatus(&$media, &$file, $rev = '', $width=0, $height=0) {
global $MIME, $EXT, $CACHE, $INPUT;