Skip to content
Snippets Groups Projects
Commit 294d4ef9 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2084535 by sivaji: Remove incorrect line from file_copy docs

parent 021452d6
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment