From 3fb6f14a5a89ee3b57c9d78404eda43e6421eb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 3 Dec 2007 09:02:37 +0000 Subject: #197267 by ufku: fix copy-pasted incorrect documentation on two file functions --- includes/file.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/file.inc b/includes/file.inc index 40510783f..3768169e8 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -614,7 +614,7 @@ function file_validate_name_length($file) { * @param $extensions * A string with a space separated * @return - * An array. If the file name is too long, it will contain an error message. + * An array. If the file extension is not allowed, it will contain an error message. */ function file_validate_extensions($file, $extensions) { global $user; @@ -644,7 +644,7 @@ function file_validate_extensions($file, $extensions) { * An integer specifying the maximum number of bytes the user is allowed. Zero * indicates that no limit should be enforced. * @return - * An array. If the file name is too long, it will contain an error message. + * An array. If the file size exceeds limits, it will contain an error message. */ function file_validate_size($file, $file_limit = 0, $user_limit = 0) { global $user; -- cgit v1.2.3