From f7d3151d8594e12c7cccc18dbccce79073fe4cf0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 4 Jun 2006 20:11:26 +0000 Subject: Added classtree builder. --- framework/Web/UI/WebControls/TFileUpload.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TFileUpload.php') diff --git a/framework/Web/UI/WebControls/TFileUpload.php b/framework/Web/UI/WebControls/TFileUpload.php index 41ffaa7f..37689746 100644 --- a/framework/Web/UI/WebControls/TFileUpload.php +++ b/framework/Web/UI/WebControls/TFileUpload.php @@ -152,7 +152,8 @@ class TFileUpload extends TWebControl implements IPostBackDataHandler, IValidata } /** - * @return integer an error code describing the status of this file uploading + * Returns an error code describing the status of this file uploading. + * @return integer the error code * @see http://www.php.net/manual/en/features.file-upload.errors.php */ public function getErrorCode() -- cgit v1.2.3