From 1542adcd632db5642103a545a929f698c9f24085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 22 Feb 2002 09:29:28 +0000 Subject: [PATCH] previous commit was an error --- read_dump.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/read_dump.php3 b/read_dump.php3 index f526f5e25..0eb0c1b4c 100644 --- a/read_dump.php3 +++ b/read_dump.php3 @@ -142,7 +142,7 @@ if (!function_exists('is_uploaded_file')) { /** * Emulates the 'is_uploaded_file()' function for old php versions. * Grabbed at the php manual: - * http://www.php3.net/manual/en/features.file-upload.php3 + * http://www.php.net/manual/en/features.file-upload.php * * @param string the name of the file to check *