From 294d4ef9836b6c235dbdab706d022b35892f20a3 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Tue, 12 Nov 2013 14:04:09 -0800 Subject: [PATCH] Issue #2084535 by sivaji: Remove incorrect line from file_copy docs --- core/includes/file.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/includes/file.inc b/core/includes/file.inc index 6065dd4bb07..6536789cabf 100644 --- a/core/includes/file.inc +++ b/core/includes/file.inc @@ -598,8 +598,6 @@ function file_valid_uri($uri) { * This is a powerful function that in many ways performs like an advanced * version of copy(). * - Checks if $source and $destination are valid and readable/writable. - * - Checks that $source is not equal to $destination; if they are an error - * is reported. * - If file already exists in $destination either the call will error out, * replace the file or rename the file based on the $replace parameter. * - If the $source and $destination are equal, the behavior depends on the