From 8f73ddc8f308b3eb9c8d5fa7a2608ccd6a5663b5 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 21 Jul 2004 18:43:56 +0000 Subject: [PATCH] dave, it was missing a dot :) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163943 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/copy.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/copy.xml b/reference/filesystem/functions/copy.xml index d2df78b643..bbbce6f67b 100644 --- a/reference/filesystem/functions/copy.xml +++ b/reference/filesystem/functions/copy.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ if (!copy($file, $file.'.bak')) { - If you wish to move a file, use the rename function + If you wish to move a file, use the rename function.